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 }) });