We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 198e4e3 + 81018e8 commit 9628c8dCopy full SHA for 9628c8d
api/parts/jobs/runner.js
@@ -40,7 +40,7 @@ function setup() {
40
});
41
}
42
else {
43
- collection = col;
+ collection = common.db.collection(COLLECTION);
44
setImmediate(periodic);
45
46
0 commit comments