gabrielseibel1 %!s(int64=2) %!d(string=hai) anos
pai
achega
92a44a959a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pro/license.go

+ 1 - 1
pro/license.go

@@ -81,7 +81,7 @@ func ValidateLicense() (err error) {
 
 	licenseSecret := LicenseSecret{
 		AssociatedID: netmakerTenantID,
-		Usage:        getCurrentServerUsage(),
+		Usage:        logic.GetCurrentServerUsage(),
 	}
 
 	secretData, err := json.Marshal(&licenseSecret)