refactor: silence linter
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 10:48:54 +0000 (12:48 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 10:48:54 +0000 (12:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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[]),
+          )),
       ])
     }