Skip to content

Commit

Permalink
fix(core): fix _id typo (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBobBobs authored Dec 17, 2024
1 parent 42367f4 commit 443f374
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 443f374

Please sign in to comment.