mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
3286864d9d
commit
a85b18ea38
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ type User struct {
|
|||
GlobalRole null.String `json:"global_role" db:"global_role"`
|
||||
|
||||
// Teams is the teams this user has roles in.
|
||||
Teams []UserTeam
|
||||
Teams []UserTeam `json:"teams"`
|
||||
}
|
||||
|
||||
type UserTeam struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue