X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Futils.ts;h=59a0289b79e78e9a9020257b872aca0c95486999;hb=b04efa0b62445fdf7e5237c0c20426f27edd6a1f;hp=d0883893581b0a14c24cb415bef585541b71c446;hpb=f741236338de5af620b672d81e49677759371298;p=poolifier.git diff --git a/src/worker/utils.ts b/src/worker/utils.ts index d0883893..59a0289b 100644 --- a/src/worker/utils.ts +++ b/src/worker/utils.ts @@ -1,6 +1,6 @@ import { checkValidPriority, - checkValidWorkerChoiceStrategy + checkValidWorkerChoiceStrategy, } from '../pools/utils.js' import { isPlainObject } from '../utils.js' import type { TaskFunctionObject } from './task-functions.js'