From ba92a3b3ed857e01283c9df2c5cc3d9689226d68 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Sat, 31 May 2025 15:11:35 +0530 Subject: [PATCH] Fixed the Internal error of swagger --- Marco.Pms.Services/Controllers/ReportController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marco.Pms.Services/Controllers/ReportController.cs b/Marco.Pms.Services/Controllers/ReportController.cs index 95450c9..e6593f4 100644 --- a/Marco.Pms.Services/Controllers/ReportController.cs +++ b/Marco.Pms.Services/Controllers/ReportController.cs @@ -137,7 +137,7 @@ namespace Marco.Pms.Services.Controllers /// The ID of the project. /// The email address of the recipient. /// An ApiResponse indicating the success or failure of retrieving statistics and sending the email. - public async Task> GetProjectStatistics(Guid projectId, List recipientEmails, string body, Guid tenantId) + private async Task> GetProjectStatistics(Guid projectId, List recipientEmails, string body, Guid tenantId) { DateTime reportDate = DateTime.UtcNow.AddDays(-1).Date;