refactor: remove unneeded worker choice strategy storage in intermediate
[poolifier.git] / src / pools / abstract-pool.ts
index 31e73db14ccf1f06998329c92674f3f348a0a924..b6f3a5d08bd838426828ecd282e73f175b7e274a 100644 (file)
@@ -544,7 +544,6 @@ export abstract class AbstractPool<
       this.opts.workerChoiceStrategyOptions = workerChoiceStrategyOptions
     }
     this.workerChoiceStrategyContext.setOptions(
-      this,
       this.opts.workerChoiceStrategyOptions
     )
   }