mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Fix mapping issue between client and SDK (#15056)
This commit is contained in:
@@ -217,6 +217,7 @@ export class CipherService implements CipherServiceAbstraction {
|
||||
cipher.organizationId = model.organizationId;
|
||||
cipher.type = model.type;
|
||||
cipher.collectionIds = model.collectionIds;
|
||||
cipher.creationDate = model.creationDate;
|
||||
cipher.revisionDate = model.revisionDate;
|
||||
cipher.reprompt = model.reprompt;
|
||||
cipher.edit = model.edit;
|
||||
|
||||
Reference in New Issue
Block a user