Skip to content

Commit 7d877ad

Browse files
committed
🧹
1 parent a7626f4 commit 7d877ad

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

site/src/api/queries/workspaces.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { DetailedError, isApiValidationError } from "api/errors";
33
import type {
44
CreateWorkspaceRequest,
55
ProvisionerLogLevel,
6-
UpdateWorkspaceACL,
76
UsageAppName,
87
Workspace,
98
WorkspaceAgentLog,
@@ -422,14 +421,6 @@ export const workspacePermissions = (workspace?: Workspace) => {
422421
};
423422
};
424423

425-
export const updateWorkspaceACL = (workspaceId: string) => {
426-
return {
427-
mutationFn: async (patch: UpdateWorkspaceACL) => {
428-
await API.updateWorkspaceACL(workspaceId, patch);
429-
},
430-
};
431-
};
432-
433424
export const workspaceAgentCredentials = (
434425
workspaceId: string,
435426
agentName: string,

0 commit comments

Comments
 (0)