refactor: cleanups
[poolifier.git] / src / pools / selection-strategies / interleaved-weighted-round-robin-worker-choice-strategy.ts
index 16d8cdbea225cf3d6d8e60efec6924a8fbd8fd3f..b11f0a177aa44925d510b697e48b578fe14169b4 100644 (file)
@@ -40,7 +40,7 @@ export class InterleavedWeightedRoundRobinWorkerChoiceStrategy<
   /**
    * Round weights.
    */
-  private roundWeights!: number[]
+  private roundWeights: number[]
   /**
    * Worker node id.
    */