build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Configuration.ts
index 75062774d57b0871d7a2d595b4e5bdd5d1590a9f..ac8a094508bfa15fe57eac1a2a1bdda844c1f145 100644 (file)
@@ -39,7 +39,7 @@ export enum ConnectorPhaseRotation {
   SRT = 'SRT',
   STR = 'STR',
   TRS = 'TRS',
-  TSR = 'TSR',
+  TSR = 'TSR'
 }
 
 export type ConfigurationKeyType = string | StandardParametersKey | VendorParametersKey