This commit is contained in:
2022-08-23 14:46:24 +00:00
parent 03d26ddc41
commit a9b7cafc1d
3 changed files with 44 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ namespace AyaNova.Biz
await SweepInternalJobsLogsAsync(ct, dtDeleteCutoff);
//Stealthy check of user count exceeded
if (await UserBiz.ActiveTechUserCountAsync() > AyaNova.Core.License.ActiveKey.ActiveNumber)
if (await UserBiz.ActiveTechUserCountAsync() > AyaNova.Core.License.ActiveKey.ActiveTechsCount)
{
HERE
//WARNING: DO not change the text of this message without also