Fixed the Internal error of swagger

This commit is contained in:
ashutosh.nehete 2025-05-31 15:11:35 +05:30
parent 2f3203c524
commit ba92a3b3ed

View File

@ -137,7 +137,7 @@ namespace Marco.Pms.Services.Controllers
/// <param name="projectId">The ID of the project.</param> /// <param name="projectId">The ID of the project.</param>
/// <param name="recipientEmail">The email address of the recipient.</param> /// <param name="recipientEmail">The email address of the recipient.</param>
/// <returns>An ApiResponse indicating the success or failure of retrieving statistics and sending the email.</returns> /// <returns>An ApiResponse indicating the success or failure of retrieving statistics and sending the email.</returns>
public async Task<ApiResponse<object>> GetProjectStatistics(Guid projectId, List<string> recipientEmails, string body, Guid tenantId) private async Task<ApiResponse<object>> GetProjectStatistics(Guid projectId, List<string> recipientEmails, string body, Guid tenantId)
{ {
DateTime reportDate = DateTime.UtcNow.AddDays(-1).Date; DateTime reportDate = DateTime.UtcNow.AddDays(-1).Date;