build(ci): refine autofix GH action
[poolifier.git] / src / worker / utils.ts
index f324a23524646b2553f2c75d6dc62c5a5be16a4c..59a0289b79e78e9a9020257b872aca0c95486999 100644 (file)
@@ -53,6 +53,7 @@ export const checkValidTaskFunctionObjectEntry = <
   }
   if (typeof fnObj.taskFunction !== 'function') {
     throw new TypeError(
+      // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
       `taskFunction object 'taskFunction' property '${fnObj.taskFunction}' is not a function`
     )
   }