This commit is contained in:
russell 2024-04-27 21:44:58 +04:00
parent dcbed5037f
commit 8f611f2a70

View File

@ -46,7 +46,7 @@ namespace CarRepairShopRestApi.Controllers
} }
catch (Exception ex) catch (Exception ex)
{ {
_logger.LogError(ex, "Error receiving reapir by id = {Id}", repairId); _logger.LogError(ex, "Error receiving repair by id = {Id}", repairId);
throw; throw;
} }
} }