From 2956afc01340ffb09b5b5703289f31ec670525c1 Mon Sep 17 00:00:00 2001 From: jeromewu Date: Fri, 27 Dec 2019 08:31:31 +0000 Subject: [PATCH] Fix lint error --- src/createWorker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createWorker.js b/src/createWorker.js index 7cded344c..11708cc4c 100644 --- a/src/createWorker.js +++ b/src/createWorker.js @@ -107,7 +107,7 @@ module.exports = (_options = {}) => { })) ); - const terminate = async (jobId) => { + const terminate = async () => { if (worker !== null) { /* await startJob(createJob({