docs: sync worker choice context constructor comment
[poolifier.git] / src / pools / selection-strategies / round-robin-worker-choice-strategy.ts
index 9cc966c47956a9a1689f82a435168127bbfbd272..29b05fa507f0b3ca8a18a300ad1c6927d9b76a65 100644 (file)
@@ -15,7 +15,7 @@ export class RoundRobinWorkerChoiceStrategy<
     Response = unknown
   >
   extends AbstractWorkerChoiceStrategy<Worker, Data, Response>
-  implements IWorkerChoiceStrategy<Worker, Data, Response> {
+  implements IWorkerChoiceStrategy {
   /**
    * Id of the next worker.
    */