Skip to content

Commit

Permalink
fix(core): fix _id typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBobBobs committed Nov 16, 2024
1 parent b9ae333 commit d66b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/database/src/models/messages/ops/mongodb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl AbstractMessages for MongoDb {
self.find_with_options(
COL,
doc! {
"ids": {
"_id": {
"$in": ids
}
},
Expand Down

0 comments on commit d66b924

Please sign in to comment.