Fix Undefined Hari
This commit is contained in:
parent
97d02c3537
commit
25c0344175
@ -23,6 +23,6 @@ type Role struct {
|
||||
}
|
||||
|
||||
type PartnerLicense struct {
|
||||
DaysToExpire int64 `json:"days_to_expire,omitempty"`
|
||||
Status string `json:"status,omitempty"`
|
||||
DaysToExpire int64 `json:"days_to_expire"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user