diff --git a/frontend/web/src/pages/SubscriptionSetting.tsx b/frontend/web/src/pages/SubscriptionSetting.tsx
index 35ce6e5..a4a6cfb 100644
--- a/frontend/web/src/pages/SubscriptionSetting.tsx
+++ b/frontend/web/src/pages/SubscriptionSetting.tsx
@@ -176,12 +176,7 @@ const SubscriptionSetting: React.FC = () => {
-
+
diff --git a/server/service/license/gumroad/requests.go b/server/service/license/gumroad/requests.go
index cc8b7b3..ecff61e 100644
--- a/server/service/license/gumroad/requests.go
+++ b/server/service/license/gumroad/requests.go
@@ -133,7 +133,7 @@ func ValidateLicenseKey(licenseKey string, instanceName string) (*ValidateLicens
return &response, nil
}
-func ActiveLicenseKey(licenseKey string, instanceName string) (*ActiveLicenseKeyResponse, error) {
+func ActiveLicenseKey(licenseKey string, _ string) (*ActiveLicenseKeyResponse, error) {
data := map[string]string{
"product_id": productID,
"license_key": licenseKey,