1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-24 12:48:48 -05:00

PM-20576 fixed a build error

This commit is contained in:
voommen-livefront 2025-06-23 09:51:33 -05:00
parent 5f1a9d0d95
commit e6ba90c410

View File

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