refactor: limit pool internals public exposure
[poolifier.git] / src / pools / cluster / dynamic.ts
index d4f270a373bc4e0c79198edf7538cb55a62f5e9d..cae9970006fdc1c62bb030d77802cac98eb9ff51 100644 (file)
@@ -34,7 +34,7 @@ export class DynamicClusterPool<
   }
 
   /** @inheritDoc */
-  public get type (): PoolType {
+  protected get type (): PoolType {
     return PoolTypes.dynamic
   }