build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / AbstractUIService.ts
index a4edbcaa1ac2b9195b9ff19bec57697530586c41..799a6651b23eb7a1089283997bd05cec56e639f7 100644 (file)
@@ -175,7 +175,7 @@ export abstract class AbstractUIService {
           )
           return undefined
         })
-        ?.filter((hashId) => hashId != null) as string[]
+        .filter((hashId) => hashId != null) as string[]
     } else {
       delete payload.hashIds
     }