This commit is contained in:
2020-12-18 22:54:45 +00:00
parent 3f66d8ad21
commit 2119198515
3 changed files with 5 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ namespace AyaNova.Api.Controllers
else
return BadRequest(new ApiErrorResponse(biz.Errors));
}
return Ok(ApiOkResponse.Response(new { Concurrency = o.Concurrency }));;
return Ok(ApiOkResponse.Response(new { Concurrency = o.Concurrency })); ;
}
/// <summary>