mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
stop casting integer docids to string
This commit is contained in:
parent
adddf3f179
commit
f65153ad64
2 changed files with 3 additions and 4 deletions
|
@ -171,7 +171,6 @@ impl Transform<'_, '_> {
|
|||
}
|
||||
};
|
||||
serde_json::to_writer(&mut external_id_buffer, &value).unwrap();
|
||||
*bytes = &external_id_buffer;
|
||||
Cow::Owned(value)
|
||||
}
|
||||
None => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue