diff --git a/AsbCloudInfrastructure/Services/ReportService.cs b/AsbCloudInfrastructure/Services/ReportService.cs index 6a57ef48..cf533310 100644 --- a/AsbCloudInfrastructure/Services/ReportService.cs +++ b/AsbCloudInfrastructure/Services/ReportService.cs @@ -159,7 +159,7 @@ public class ReportService : IReportService var state = new ProgressExceptionDto { Operation = "error", - Progress = 0f, + Progress = 100f, Message = "Не удалось сгенерировать файл отчёта", Exception = new FileNotFoundException(), };