Skip to content

Commit 7375484

Browse files
committed
update uuid -> id
1 parent d50a0c5 commit 7375484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/groups.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type CreateGroupRequest struct {
1515
}
1616

1717
type Group struct {
18-
ID uuid.UUID `json:"uuid"`
18+
ID uuid.UUID `json:"id"`
1919
Name string `json:"name"`
2020
OrganizationID uuid.UUID `json:"organization_id"`
2121
Members []User `json:"members"`

0 commit comments

Comments
 (0)