Skip to content

Commit 2005cc9

Browse files
authored
Update modules/structs/user.go
1 parent b87550a commit 2005cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/structs/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (u User) MarshalJSON() ([]byte, error) {
5656
}{shadow(u), u.UserName})
5757
}
5858

59-
// UserSettingsOptions represents user settings
59+
// UserSettings represents user settings
6060
// swagger:model
6161
type UserSettings struct {
6262
FullName string `json:"full_name"`

0 commit comments

Comments
 (0)