We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b4d27 commit 81018e8Copy full SHA for 81018e8
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