We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cbcfcb + 7df2014 commit 8ba094fCopy full SHA for 8ba094f
1 file changed
Boundaries/Comanda.Orders/Source/Comanda.Orders.WebApi/Controllers/OrdersController.cs
@@ -55,7 +55,6 @@ public async Task<IActionResult> UpdateOrderAsync(
55
{ IsSuccess: true } when result.Data is not null =>
56
StatusCode(StatusCodes.Status200OK, result.Data),
57
58
- /* for tracking purposes: raise error #COMANDA-ERROR-2D7A5 */
59
{ IsFailure: true } when result.Error == OrderErrors.OrderDoesNotExist =>
60
StatusCode(StatusCodes.Status404NotFound, result.Error)
61
};
0 commit comments