diff --git a/pkg/api/api.go b/pkg/api/api.go index 8d826a23..68119b5b 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -11,8 +11,8 @@ import ( ) type API struct { - panelVersion, locale string - client *resty.Client + panelVersion string + client *resty.Client } type Response struct {