Skip to content

Commit

Permalink
fix: align workspace parameter naming between frontend and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Dec 17, 2024
1 parent 8fbb151 commit 7be3d63
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 7be3d63

Please sign in to comment.