Skip to content

Commit 73ac78d

Browse files
committed
Fix go types
1 parent 611e733 commit 73ac78d

File tree

2 files changed

+114
-114
lines changed

2 files changed

+114
-114
lines changed

coderd/database/queries.sql.go

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

codersdk/workspaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (c *Client) getWorkspace(ctx context.Context, id uuid.UUID, opts ...Request
135135
}
136136

137137
type WorkspaceBuildsRequest struct {
138-
WorkspaceID uuid.UUID `json:"workspace_id" typescript:"-"`
138+
WorkspaceID uuid.UUID `json:"workspace_id" format:"uuid" typescript:"-"`
139139
Pagination
140140
Since time.Time `json:"since,omitempty"`
141141
}

0 commit comments

Comments
 (0)