Skip to content

Commit 47159ef

Browse files
committed
fixup remaining tidbits
1 parent 165f184 commit 47159ef

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

provisionerd/proto/provisionerd.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionerd/proto/provisionerd_drpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner_drpc.pb.go

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ export const updateWorkspaceDormancy = async (
563563
}
564564

565565
const response = await axios.put(
566-
`/api/v2/workspaces/${workspaceId}/lock`,
566+
`/api/v2/workspaces/${workspaceId}/dormant`,
567567
data,
568568
)
569569
return response.data

0 commit comments

Comments
 (0)