stop casting integer docids to string

This commit is contained in:
Tamo
2021-09-28 18:35:54 +02:00
parent adddf3f179
commit f65153ad64
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 => {