mirror of
https://github.com/aykhans/slash-e.git
synced 2026-09-24 23:06:48 +00:00
chore: fix linters
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user