Fix workspace sonarlint configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPResponseService.ts
index 91b1499676b01f3b1e7583c0c385490c70e78ef8..9654b2d7b93601e008001d0cca049bec31dca58c 100644 (file)
@@ -13,7 +13,7 @@ const moduleName = 'OCPPResponseService';
 
 export default abstract class OCPPResponseService {
   private static instance: OCPPResponseService | null = null;
-  private ajv: Ajv;
+  private readonly ajv: Ajv;
 
   protected constructor() {
     this.ajv = new Ajv();