Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Dec 27, 2019
1 parent 781f2f8 commit 2956afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = (_options = {}) => {
}))
);

const terminate = async (jobId) => {
const terminate = async () => {
if (worker !== null) {
/*
await startJob(createJob({
Expand Down

0 comments on commit 2956afc

Please sign in to comment.