mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
add missing collectionid
This commit is contained in:
parent
9a73e73351
commit
0a46513e38
@ -6,6 +6,7 @@ export class EventResponse {
|
||||
userId: string;
|
||||
organizationId: string;
|
||||
cipherId: string;
|
||||
collectionId: string;
|
||||
groupId: string;
|
||||
organizationUserId: string;
|
||||
actingUserId: string;
|
||||
@ -18,6 +19,7 @@ export class EventResponse {
|
||||
this.userId = response.UserId;
|
||||
this.organizationId = response.OrganizationId;
|
||||
this.cipherId = response.CipherId;
|
||||
this.collectionId = response.CollectionId;
|
||||
this.groupId = response.GroupId;
|
||||
this.organizationUserId = response.OrganizationUserId;
|
||||
this.actingUserId = response.ActingUserId;
|
||||
|
Loading…
Reference in New Issue
Block a user