Skip to content

Commit 1865590

Browse files
committed
Gen
1 parent a99b6dd commit 1865590

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

coderd/database/unique_constraint.go

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

site/src/api/typesGenerated.ts

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

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ export const MockWorkspaceAgentScript: TypesGen.WorkspaceAgentScript = {
555555
run_on_stop: false,
556556
script: "echo 'hello world'",
557557
start_blocks_login: false,
558-
timeout_seconds: 0,
558+
timeout: 0,
559559
};
560560

561561
export const MockWorkspaceAgent: TypesGen.WorkspaceAgent = {

0 commit comments

Comments
 (0)