This commit is contained in:
2021-05-03 14:22:39 +00:00
parent ac0704c6c5
commit 744dc86662

View File

@@ -70,6 +70,9 @@ namespace AyaNova.Biz
var ServerState = (AyaNova.Api.ControllerHelpers.ApiServerState)ServiceProviderProvider.Provider.GetService(typeof(AyaNova.Api.ControllerHelpers.ApiServerState));
var ret = await AyaNova.Core.License.FetchKeyAsync(ServerState, ct, log, true);
#if (DEBUG)
log.LogInformation("TEST FETCH OK");
#endif
//most often the result will be "notfound" but in future might be other results
if (ret == "ok")
{