fix(core): fix _id typo (#384)

This commit is contained in:
TheBobBobs
2024-12-17 17:52:59 +00:00
committed by GitHub
parent 42367f477c
commit 443f374f23

View File

@@ -171,7 +171,7 @@ impl AbstractMessages for MongoDb {
self.find_with_options(
COL,
doc! {
"ids": {
"_id": {
"$in": ids
}
},