We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d43a4b commit f83b43eCopy full SHA for f83b43e
1 file changed
apps/sim/hooks/queries/tasks.ts
@@ -527,6 +527,7 @@ export function useMarkTaskUnread(workspaceId?: string) {
527
}
528
529
async function createChat(workspaceId: string): Promise<{ id: string }> {
530
+ // boundary-raw-fetch: fire-and-forget POST inside a mutation, no shared request helper for this endpoint
531
const response = await fetch('/api/mothership/chats', {
532
method: 'POST',
533
headers: { 'Content-Type': 'application/json' },
0 commit comments