Skip to content

Commit be12ef4

Browse files
committed
Formatting
1 parent 1728d93 commit be12ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export namespace Workspace {
9797
throw new Error(body.message)
9898
}
9999

100-
// Let SWR know that both the /api/v2/workspaces/* and /api/v2/projects/*
100+
// Let SWR know that both the /api/v2/workspaces/* and /api/v2/projects/*
101101
// endpoints will need to fetch new data.
102102
const mutateWorkspacesPromise = mutate("/api/v2/workspaces")
103103
const mutateProjectsPromise = mutate("/api/v2/projects")

0 commit comments

Comments
 (0)