Skip to content

Commit 5ecef49

Browse files
feature: the comment related to error tracking (#COMANDA-ERROR-84F47) has been removed.
1 parent e45bdab commit 5ecef49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Boundaries/Comanda.Stores/Source/Comanda.Stores.WebApi/Controllers/EstablishmentsController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public async Task<IActionResult> CreateEstablishmentAsync(
4141
{ IsSuccess: true } =>
4242
StatusCode(StatusCodes.Status200OK, result.Data),
4343

44-
/* for tracking purposes: raise error #COMANDA-ERROR-84F47 */
4544
{ IsFailure: true } when result.Error == EstablishmentErrors.OwnerAlreadyHasEstablishment =>
4645
StatusCode(StatusCodes.Status409Conflict, result.Error)
4746
};

0 commit comments

Comments
 (0)