Skip to content

Commit 0379a57

Browse files
committed
quotes
1 parent f70d8f3 commit 0379a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/workspacebuilds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type WorkspaceResourceMetadata struct {
9898

9999
// WorkspaceBuildParameter represents a parameter specific for a workspace build.
100100
type WorkspaceBuildParameter struct {
101-
BuildID uuid.UUID `json:"build_id format:"uuid""`
101+
BuildID uuid.UUID `json:"build_id" format:"uuid"`
102102
Name string `json:"name"`
103103
Value string `json:"value"`
104104
}

0 commit comments

Comments
 (0)