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
@@ -176,12 +176,7 @@ const SubscriptionSetting: React.FC = () => {
</ul>
</div>
<div className="mt-6">
<Link
className="w-full"
underline="none"
href="https://yourselfhosted.gumroad.com/l/slash-pro"
target="_blank"
>
<Link className="w-full" underline="none" href="https://yourselfhosted.gumroad.com/l/slash-pro" target="_blank">
<Button className="w-full bg-gradient-to-r from-pink-500 to-purple-500 shadow hover:opacity-80">Get Pro License</Button>
</Link>
</div>
+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,