Pin Bitwarden SDK to 0.3.1-20231102.172014-25 (#200)

This commit is contained in:
Brian Yencho
2023-11-02 15:15:26 -05:00
committed by Álison Fernandes
parent 139568be2f
commit 949bb4ad5a
3 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ fun SyncResponseJson.Cipher.toEncryptedSdkCipher(): Cipher =
organizationId = organizationId,
folderId = folderId,
collectionIds = collectionIds.orEmpty(),
key = null,
name = name.orEmpty(),
notes = notes,
type = type.toSdkCipherType(),