build(simulator): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPConstants.ts
index c8b110e4262131d4ea33f6332cbe65766f53ff70..2da9345563936f545fef5089abd373bc00ebd2a3 100644 (file)
@@ -89,7 +89,7 @@ export class OCPPConstants {
     status: DataTransferStatus.REJECTED,
   });
 
-  private constructor() {
+  protected constructor() {
     // This is intentional
   }
 }