Add isEmptyString() helper and use it
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPIncomingRequestService.ts
index 0d56ebe84e502cc717d44e2229ac3702f039e18d..431df9b9f1d901692f86fbe1845219a21ea8bd8d 100644 (file)
@@ -9,6 +9,7 @@ export default abstract class OCPPIncomingRequestService {
     string,
     OCPPIncomingRequestService
   >();
+
   protected chargingStation: ChargingStation;
 
   protected constructor(chargingStation: ChargingStation) {