From 7be3d63ce09e81b8de2185db5fa0e4453bafd17c Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Wed, 18 Dec 2024 01:16:27 +0500 Subject: [PATCH] fix: align workspace parameter naming between frontend and backend --- src/services/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/index.ts b/src/services/index.ts index fc256d85..09949653 100644 --- a/src/services/index.ts +++ b/src/services/index.ts @@ -16,7 +16,7 @@ export class ChatService { 'Content-Type': 'application/json' }, body: JSON.stringify({ - workspace_uuid, + workspaceId: workspace_uuid, title }) });