Skip to content

Commit b9ddb62

Browse files
committed
fix(core): fix _id typo
Signed-off-by: Bob Bobs <bobthebobs@protonmail.com>
1 parent b9ae333 commit b9ddb62

File tree

1 file changed

+1
-1
lines changed
  • crates/core/database/src/models/messages/ops

1 file changed

+1
-1
lines changed

crates/core/database/src/models/messages/ops/mongodb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl AbstractMessages for MongoDb {
171171
self.find_with_options(
172172
COL,
173173
doc! {
174-
"ids": {
174+
"_id": {
175175
"$in": ids
176176
}
177177
},

0 commit comments

Comments
 (0)