mirror of
https://github.com/aykhans/slash-e.git
synced 2026-09-23 14:26:49 +00:00
chore: fix linters
This commit is contained in:
@@ -176,12 +176,7 @@ const SubscriptionSetting: React.FC = () => {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-6">
|
<div className="mt-6">
|
||||||
<Link
|
<Link className="w-full" underline="none" href="https://yourselfhosted.gumroad.com/l/slash-pro" target="_blank">
|
||||||
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>
|
<Button className="w-full bg-gradient-to-r from-pink-500 to-purple-500 shadow hover:opacity-80">Get Pro License</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ func ValidateLicenseKey(licenseKey string, instanceName string) (*ValidateLicens
|
|||||||
return &response, nil
|
return &response, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func ActiveLicenseKey(licenseKey string, instanceName string) (*ActiveLicenseKeyResponse, error) {
|
func ActiveLicenseKey(licenseKey string, _ string) (*ActiveLicenseKeyResponse, error) {
|
||||||
data := map[string]string{
|
data := map[string]string{
|
||||||
"product_id": productID,
|
"product_id": productID,
|
||||||
"license_key": licenseKey,
|
"license_key": licenseKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user