This commit is contained in:
2019-07-12 18:04:06 +00:00
parent c1aedd6a54
commit 323c2d8849
3 changed files with 8 additions and 12 deletions

View File

@@ -242,7 +242,7 @@ namespace AyaNova.Api.Controllers
if (!ModelState.IsValid)
return BadRequest(new ApiErrorResponse(ModelState));
//Create and validate
FormCustom o = await biz.CreateAsync(inObj);
if (o == null)