log fix #2
This commit is contained in:
@@ -46,7 +46,7 @@ namespace CarRepairShopRestApi.Controllers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError(ex, "Error receiving reapir by id = {Id}", repairId);
|
||||
_logger.LogError(ex, "Error receiving repair by id = {Id}", repairId);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user