X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fabstract-pool.ts;h=76dca07a8cf676a79f27c81096c6c9ead8ab910d;hb=a1b4a65143c0253b57fee18affd88a554122e955;hp=712de0b7da4c38c2808e1be61da7fced8e372da0;hpb=884743b122a66be45c94d83d9230e28a9ab43836;p=poolifier.git diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index 712de0b7..76dca07a 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -1132,7 +1132,7 @@ export abstract class AbstractPool< ) .filter( (strategy: WorkerChoiceStrategy | undefined) => strategy != null - ) as WorkerChoiceStrategy[]), + )), ]) } @@ -1225,7 +1225,6 @@ export abstract class AbstractPool< }) } - /** @inheritDoc */ public mapExecute ( data: Iterable,