Skip to content

Commit 563db06

Browse files
committed
Merge branch 'release.24.10' into next
2 parents b041f58 + 9628c8d commit 563db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/parts/jobs/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function setup() {
4040
});
4141
}
4242
else {
43-
collection = col;
43+
collection = common.db.collection(COLLECTION);
4444
setImmediate(periodic);
4545
}
4646
});

0 commit comments

Comments
 (0)