build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / Utils.ts
index cf4baf5d5fe9c8b569359d248daea9b82160e917..93499abce4e42398b1f7d499281494da136d3684 100644 (file)
@@ -30,7 +30,7 @@ export const promiseWithTimeout = <T>(
   timeoutError: Error,
   timeoutCallback: () => void = () => {
     /* This is intentional */
-  }
+  },
 ): Promise<T> => {
   // Create a timeout promise that rejects in timeout milliseconds
   const timeoutPromise = new Promise<never>((_, reject) => {