Fix Undefined Hari

This commit is contained in:
aditya.siregar 2024-08-27 19:06:14 +07:00
parent 97d02c3537
commit 25c0344175

View File

@ -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"`
}