X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Futils.ts;h=59a0289b79e78e9a9020257b872aca0c95486999;hb=f22545899538e05c24ec929bbc16444b7bc23cb0;hp=d0883893581b0a14c24cb415bef585541b71c446;hpb=5d9133ae9ef83c5f69e26daf8dcfea584884d9c4;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'