We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5839562 commit fa76136Copy full SHA for fa76136
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);
@@ -406,4 +406,4 @@ module.exports = {
406
// console.log('resolving');
407
// return new Promise(res => setTimeout(res, 10000 * Math.random()));
408
// }
409
-// });
+// });
0 commit comments