Skip to content

Commit d4abb66

Browse files
committed
yeah nvm
1 parent af786c0 commit d4abb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codersdk/groups.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Group struct {
3636
// even if the user is not authorized to read group member details.
3737
// May be greater than `len(Group.Members)`.
3838
TotalMemberCount int `json:"total_member_count"`
39-
AvatarURL string `json:"avatar_url,omitempty" format:"uri"`
39+
AvatarURL string `json:"avatar_url" format:"uri"`
4040
QuotaAllowance int `json:"quota_allowance"`
4141
Source GroupSource `json:"source"`
4242
OrganizationName string `json:"organization_name"`

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.

0 commit comments

Comments
 (0)