Skip to content

Commit

Permalink
Merge pull request stakwork#788 from Shoaibdev7/fix-chat-workspace-pa…
Browse files Browse the repository at this point in the history
…ram-naming

Fix: Align Chat Service Parameter Naming with Backend API
  • Loading branch information
humansinstitute authored Dec 17, 2024
2 parents c7d81fa + 7be3d63 commit fe52184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ChatService {
'Content-Type': 'application/json'
},
body: JSON.stringify({
workspace_uuid,
workspaceId: workspace_uuid,
title
})
});
Expand Down

0 comments on commit fe52184

Please sign in to comment.