AjvErrorsToErrorType -> ajvErrorsToErrorType
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index b5e90bd80fcdae1f55bf3e65b9d2e0e3831fd04b..23307f4c34a74b509ba352c071fb3383566134f5 100644 (file)
@@ -194,7 +194,7 @@ export default class Bootstrap {
         path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../'),
         'assets',
         'station-templates',
-        path.basename(stationTemplateUrl.file)
+        stationTemplateUrl.file
       ),
     };
     await this.workerImplementation.addElement(workerData);