Rename the project to SAP branding approved name
[e-mobility-charging-stations-simulator.git] / src / performance / PerformanceStatistics.ts
index 7338fa24cbfa8d3c1908b6c781ef2df7df4d1847..fdcabb33f6f89adcaf3adde29029b22493cf0771 100644 (file)
@@ -101,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;
     }