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:
parent
5f1a9d0d95
commit
e6ba90c410
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user