refactor: silence linter
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / AbstractUIService.ts
index ffdc256583adccd581d72c99496e3bfe726333e2..e37c632b391e37360644c0fc58ac1b9bee91a60e 100644 (file)
@@ -223,7 +223,7 @@ export abstract class AbstractUIService {
           )
           return undefined
         })
-        .filter(hashId => hashId != null) as string[]
+        .filter(hashId => hashId != null)
     } else {
       delete payload.hashIds
     }