Skip to content

Commit c56a0f6

Browse files
committed
Try to fix go warnings
1 parent 611e733 commit c56a0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)