build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / UIClient.ts
index 4cdfed71e5b3b53bf792d0dc8ae116af58bc7aa5..a474c8db5e66619f6e6d753a9241acfdfa9ed781 100644 (file)
@@ -147,7 +147,7 @@ export class UIClient {
   ): Promise<ResponsePayload> {
     let uuid: string;
     return promiseWithTimeout(
-      new Promise((resolve, reject) => {
+      new Promise<ResponsePayload>((resolve, reject) => {
         uuid = crypto.randomUUID();
         const msg = JSON.stringify([uuid, command, data]);