Skip to content

Commit 7df2014

Browse files
the comment referring to error #COMANDA-ERROR-2D7A5 has been removed from OrdersController.cs.
1 parent 6cbcfcb commit 7df2014

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Boundaries/Comanda.Orders/Source/Comanda.Orders.WebApi/Controllers/OrdersController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public async Task<IActionResult> UpdateOrderAsync(
5555
{ IsSuccess: true } when result.Data is not null =>
5656
StatusCode(StatusCodes.Status200OK, result.Data),
5757

58-
/* for tracking purposes: raise error #COMANDA-ERROR-2D7A5 */
5958
{ IsFailure: true } when result.Error == OrderErrors.OrderDoesNotExist =>
6059
StatusCode(StatusCodes.Status404NotFound, result.Error)
6160
};

0 commit comments

Comments
 (0)