Browse Source

lint fix

pull/496/head
miguelm3 4 years ago
parent
commit
bf43f447b6
  1. 2
      src/createWorker.js

2
src/createWorker.js

@ -173,7 +173,7 @@ module.exports = (_options = {}) => { @@ -173,7 +173,7 @@ module.exports = (_options = {}) => {
throw Error(data);
}
} else if (status === 'progress') {
logger({...data, 'userJobId': jobId});
logger({ ...data, userJobId: jobId });
}
});

Loading…
Cancel
Save