Skip to content

Commit

Permalink
Fix needless underscore after merging a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed May 7, 2023
1 parent 0ae9212 commit 49c1d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo/Mutator.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class Mutator {
Originals,
selector,
modifier,
_.extend({}, {_returnObject: false}, config),
Object.assign({}, {_returnObject: false}, config),
callback,
docIds,
docs
Expand Down

0 comments on commit 49c1d24

Please sign in to comment.