Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / performance / PerformanceStatistics.ts
index bec0f62e28099597ab5e4a46dc75c360cf4f408a..fdcabb33f6f89adcaf3adde29029b22493cf0771 100644 (file)
@@ -18,6 +18,7 @@ export default class PerformanceStatistics {
     string,
     PerformanceStatistics
   >();
+
   private readonly objId: string;
   private readonly objName: string;
   private performanceObserver: PerformanceObserver;
@@ -100,6 +101,7 @@ export default class PerformanceStatistics {
         }
         break;
       default:
+        // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
         logger.error(`${this.logPrefix()} wrong message type ${messageType}`);
         break;
     }