Skip to content

Commit 3edfec0

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/sharp-0.34.4
2 parents 1a238a4 + 51cd609 commit 3edfec0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bin/scripts/expire-data/delete_custom_events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Promise.all([pluginManager.dbConnection("countly"), pluginManager.dbConnection("
2222
common.drillDb = drillDb;
2323
//GET APP
2424
try {
25-
const app = await countlyDb.collection("apps").findOne({_id: ObjectId(APP_ID)}, {_id: 1, name: 1});
25+
const app = await countlyDb.collection("apps").findOne({_id: new ObjectId(APP_ID)}, {_id: 1, name: 1});
2626
console.log("App:", app.name);
2727
//GET EVENTS
2828
let events = EVENTS;

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"express-session": "1.18.2",
6464
"form-data": "^4.0.0",
6565
"formidable": "2.1.3",
66-
"fs-extra": "11.3.1",
66+
"fs-extra": "11.3.2",
6767
"geoip-lite": "1.4.10",
6868
"get-random-values": "^4.0.0",
6969
"grunt": "1.6.1",

0 commit comments

Comments
 (0)