mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
standardize date types
This commit is contained in:
@@ -10,7 +10,7 @@ export class EventResponse {
|
||||
groupId: string;
|
||||
organizationUserId: string;
|
||||
actingUserId: string;
|
||||
date: Date;
|
||||
date: string;
|
||||
deviceType: DeviceType;
|
||||
ipAddress: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user