Skip to content

Commit

Permalink
Update dataHandlers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CGDogan committed Sep 16, 2023
1 parent 511457d commit 4cf6d99
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 @@ -574,7 +574,7 @@ FSChanged.removed = function(db, collection, loader) {
console.log("H:")
console.log(entry._id.$oid)
try {
await mongoDB.delete("camic", "collection", {"_id": entry._id.$oid});
await mongoDB.delete(db, collection, {"_id": entry._id.$oid});
} catch (e) {
console.log(e);
}
Expand Down

0 comments on commit 4cf6d99

Please sign in to comment.