diff --git a/Back/Controllers/InvoiceController.cs b/Back/Controllers/InvoiceController.cs index a2d8594..1af97ce 100644 --- a/Back/Controllers/InvoiceController.cs +++ b/Back/Controllers/InvoiceController.cs @@ -491,7 +491,6 @@ namespace Back.Controllers catch (Exception ex) { System.IO.File.AppendAllText(_configuration["ReportLog"].ToString(), ex.ToString()); - throw; } return Ok(output);