Typo fixed

This commit is contained in:
mhsanaei
2024-07-07 11:55:59 +02:00
parent 02ae61fe6b
commit 7a51d2f2cc
12 changed files with 33 additions and 35 deletions
+1 -1
View File
@@ -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 {