1
0
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:
SmithThe4th
2025-06-13 10:58:38 -04:00
committed by GitHub
parent 7c2ab56768
commit c6e4a9ba75
5 changed files with 21 additions and 8 deletions

View File

@@ -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;