stop casting integer docids to string

This commit is contained in:
Tamo 2021-09-28 18:35:54 +02:00
parent adddf3f179
commit f65153ad64
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 3 additions and 4 deletions

View file

@ -171,7 +171,6 @@ impl Transform<'_, '_> {
}
};
serde_json::to_writer(&mut external_id_buffer, &value).unwrap();
*bytes = &external_id_buffer;
Cow::Owned(value)
}
None => {