build(deps-dev): apply updates
[poolifier.git] / src / pools / abstract-pool.ts
index f13a25a97aaa1c24d732fc3b41173c5454bc8cff..76dca07a8cf676a79f27c81096c6c9ead8ab910d 100644 (file)
@@ -1132,7 +1132,7 @@ export abstract class AbstractPool<
           )
           .filter(
             (strategy: WorkerChoiceStrategy | undefined) => strategy != null
-          ) as WorkerChoiceStrategy[]),
+          )),
       ])
     }