mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Include empty teams array in invites (#623)
This commit is contained in:
parent
2f51493d20
commit
e8cb86231a
1 changed files with 1 additions and 1 deletions
|
|
@ -66,5 +66,5 @@ type Invite struct {
|
|||
Token string `json:"-"`
|
||||
SSOEnabled bool `json:"sso_enabled" db:"sso_enabled"`
|
||||
GlobalRole null.String `json:"global_role" db:"global_role"`
|
||||
Teams []UserTeam `json:"teams,omitempty"`
|
||||
Teams []UserTeam `json:"teams"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue