diff --git a/internal/handlers/response/auth.go b/internal/handlers/response/auth.go index 64dd299..7e3eabc 100644 --- a/internal/handlers/response/auth.go +++ b/internal/handlers/response/auth.go @@ -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"` }