We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6b804 commit ea63178Copy full SHA for ea63178
api/parts/jobs/runner.js
@@ -23,7 +23,7 @@ let leader, // leader doc
23
*/
24
function setup() {
25
if (!collection) {
26
- common.db.createCollection(COLLECTION, (err, col) => {
+ common.db.createCollection(COLLECTION, (err) => {
27
if (err) {
28
log.d('collection exists');
29
collection = common.db.collection(COLLECTION);
0 commit comments