Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix updateme payload (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoham24 committed Jun 15, 2021
1 parent 150550d commit ef75dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/adapter/graphql/convert_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func toUser(user *user.User) *User {
Name: user.Name(),
Email: user.Email(),
Lang: user.Lang(),
Theme: Theme(user.Theme()),
MyTeamID: user.Team().ID(),
Auths: authsgql,
}
Expand Down

0 comments on commit ef75dd0

Please sign in to comment.