From 7a51d2f2cccbc0add04518808415912a7217bc28 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 7 Jul 2024 11:55:59 +0200 Subject: Typo fixed --- web/service/xray_setting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/service/xray_setting.go') diff --git a/web/service/xray_setting.go b/web/service/xray_setting.go index a203e649..43d143db 100644 --- a/web/service/xray_setting.go +++ b/web/service/xray_setting.go @@ -128,7 +128,7 @@ func (s *XraySettingService) RegWarp(secretKey string, publicKey string) (string return result, nil } -func (s *XraySettingService) SetWarpLicence(license string) (string, error) { +func (s *XraySettingService) SetWarpLicense(license string) (string, error) { var warpData map[string]string warp, err := s.SettingService.GetWarp() if err != nil { -- cgit v1.2.3