mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[PM-13758] Ensure decrypted cipherId is used for event collection in get command (#12459)
This commit is contained in:
@@ -152,11 +152,9 @@ export class GetCommand extends DownloadCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
|
await this.eventCollectionService.collect(
|
||||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
||||||
this.eventCollectionService.collect(
|
|
||||||
EventType.Cipher_ClientViewed,
|
EventType.Cipher_ClientViewed,
|
||||||
id,
|
decCipher.id,
|
||||||
true,
|
true,
|
||||||
decCipher.organizationId,
|
decCipher.organizationId,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user