Skip to content

Commit

Permalink
Fix missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed May 7, 2023
1 parent 49c1d24 commit 1daf812
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 @@ -252,7 +252,7 @@ export default class Mutator {

if (config.pushToRedis) {
if (data.insertedId) {
doc = {
let doc = {
_id: data.insertedId
};

Expand Down

0 comments on commit 1daf812

Please sign in to comment.