Skip to content

Commit

Permalink
fix the multi remove prepare filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Londono committed Nov 21, 2019
1 parent fb790f8 commit 11f5697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ class MongoDB {

await this.checkConnection();

this.prepareFields(filter);
this.prepareFields(filter, true);

try {
const res = await this.db.collection(model.constructor.table)
Expand Down

0 comments on commit 11f5697

Please sign in to comment.