We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728d93 commit be12ef4Copy full SHA for be12ef4
site/api.ts
@@ -97,7 +97,7 @@ export namespace Workspace {
97
throw new Error(body.message)
98
}
99
100
- // Let SWR know that both the /api/v2/workspaces/* and /api/v2/projects/*
+ // Let SWR know that both the /api/v2/workspaces/* and /api/v2/projects/*
101
// endpoints will need to fetch new data.
102
const mutateWorkspacesPromise = mutate("/api/v2/workspaces")
103
const mutateProjectsPromise = mutate("/api/v2/projects")
0 commit comments