diff --git a/AsbCloudInfrastructure/Services/ReportService.cs b/AsbCloudInfrastructure/Services/ReportService.cs index c5df7c7c..6a57ef48 100644 --- a/AsbCloudInfrastructure/Services/ReportService.cs +++ b/AsbCloudInfrastructure/Services/ReportService.cs @@ -61,7 +61,6 @@ public class ReportService : IReportService }, work.Id); backgroundWorkerService.Enqueue(work); - return work.Id; }