From e6ba90c4107cc44e448f844151d4d5db49384b50 Mon Sep 17 00:00:00 2001 From: voommen-livefront Date: Mon, 23 Jun 2025 09:51:33 -0500 Subject: [PATCH] PM-20576 fixed a build error --- .../Dirt/Reports/ReportFeatures/AddOrganizationReportCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Dirt/Reports/ReportFeatures/AddOrganizationReportCommand.cs b/src/Core/Dirt/Reports/ReportFeatures/AddOrganizationReportCommand.cs index 132e3bc819..66d25cdf56 100644 --- a/src/Core/Dirt/Reports/ReportFeatures/AddOrganizationReportCommand.cs +++ b/src/Core/Dirt/Reports/ReportFeatures/AddOrganizationReportCommand.cs @@ -41,7 +41,6 @@ public class AddOrganizationReportCommand : IAddOrganizationReportCommand ReportData = request.ReportData, Date = request.Date == default ? DateTime.UtcNow : request.Date, CreationDate = DateTime.UtcNow, - RevisionDate = DateTime.UtcNow }; organizationReport.SetNewId();