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();