This commit is contained in:
2021-01-05 20:32:37 +00:00
parent 1e4b6ab9f8
commit efebcf30b2
2 changed files with 3 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ namespace AyaNova.Biz
AddError(ApiErrorCode.NOT_FOUND);
return false;
}
ValidateCanDelete(dbObject);
await ValidateCanDelete(dbObject);
if (HasErrors)
return false;
if (HasErrors)