X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2FPerformanceStatistics.ts;h=fdcabb33f6f89adcaf3adde29029b22493cf0771;hb=67eb544324cd655b9dca3cfd9fa854789d7c5924;hp=bec0f62e28099597ab5e4a46dc75c360cf4f408a;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/PerformanceStatistics.ts b/src/performance/PerformanceStatistics.ts index bec0f62e..fdcabb33 100644 --- a/src/performance/PerformanceStatistics.ts +++ b/src/performance/PerformanceStatistics.ts @@ -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; }