Skip to content

Commit ea63178

Browse files
committed
eslint
1 parent 0b6b804 commit ea63178

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
@@ -23,7 +23,7 @@ let leader, // leader doc
2323
*/
2424
function setup() {
2525
if (!collection) {
26-
common.db.createCollection(COLLECTION, (err, col) => {
26+
common.db.createCollection(COLLECTION, (err) => {
2727
if (err) {
2828
log.d('collection exists');
2929
collection = common.db.collection(COLLECTION);

0 commit comments

Comments
 (0)