Fix Undefined Hari
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user