This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user