chore: fix linters

This commit is contained in:
Steven
2025-12-17 21:14:37 +08:00
parent 8083411f3f
commit 0825e0bac0
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -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,