This commit is contained in:
2021-09-21 16:50:54 +00:00
parent 1c092c2f43
commit 3b8bd43726
2 changed files with 2 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ namespace AyaNova.Api.Controllers
var o = await biz.GetAsync(id);
if (o == null)
return BadRequest(new ApiErrorResponse(biz.Errors));
await biz.PopulateVizFields(o);
return Ok(ApiOkResponse.Response(new
{
o.Name,