mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
stop casting integer docids to string
This commit is contained in:
@ -171,7 +171,6 @@ impl Transform<'_, '_> {
|
||||
}
|
||||
};
|
||||
serde_json::to_writer(&mut external_id_buffer, &value).unwrap();
|
||||
*bytes = &external_id_buffer;
|
||||
Cow::Owned(value)
|
||||
}
|
||||
None => {
|
||||
|
Reference in New Issue
Block a user