Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CGDogan committed Sep 18, 2023
1 parent b0849ff commit dd52b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/dataHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ FSChanged.added = function(db, collection, loader) {
});
}).catch((e) => {
res.send({error: "mongo failure"});
print(e)
console.log(e);
});
});
});
Expand Down

0 comments on commit dd52b76

Please sign in to comment.