Fix workspace sonarlint configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPIncomingRequestService.ts
index 06ccd312c0e970022c844f200fe3d0b631ef8c93..280a812ddc14b99d80a735a7dfbf4ffeaf6f4203 100644 (file)
@@ -17,7 +17,7 @@ const moduleName = 'OCPPIncomingRequestService';
 export default abstract class OCPPIncomingRequestService {
   private static instance: OCPPIncomingRequestService | null = null;
   protected asyncResource: AsyncResource;
-  private ajv: Ajv;
+  private readonly ajv: Ajv;
 
   protected constructor() {
     this.asyncResource = new AsyncResource(moduleName);