From 14587092bb872a25aeb5629f72b6da964fa5b47d Mon Sep 17 00:00:00 2001 From: Max Frederiksen <maxfrederiksen@Maxs-MacBook-Air.local> Date: Fri, 3 Jan 2025 15:59:07 +0100 Subject: [PATCH] Update deployApi.ts --- src/store/deployApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/deployApi.ts b/src/store/deployApi.ts index fd102b44..b4450b66 100644 --- a/src/store/deployApi.ts +++ b/src/store/deployApi.ts @@ -461,7 +461,7 @@ export type UnDeployInDbApiArg = { iocId: number; }; export type UpdateActiveDeploymentHostApiResponse = - /** status 200 Successful host update */ Ioc[]; + /** status 200 Successful host update */ Ioc; export type UpdateActiveDeploymentHostApiArg = { /** The ID of the IOC */ iocId: number; -- GitLab