fix: fix fair share algorithm implementation
[poolifier.git] / src / pools / selection-strategies / less-busy-worker-choice-strategy.ts
index 8feac71c27f10a2cf1fc91ca8b559ebbc0543e89..40a3f649b2116eec3f25b4b07347a8c5134b2e77 100644 (file)
@@ -69,7 +69,7 @@ export class LessBusyWorkerChoiceStrategy<
   }
 
   /** @inheritDoc */
-  public remove (workerNodeKey: number): boolean {
+  public remove (): boolean {
     return true
   }
 }