Fixed the Internal error of swagger
This commit is contained in:
parent
2f3203c524
commit
ba92a3b3ed
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user