fix: Allow exporting items that belong to an organization

This commit is contained in:
Artem Chepurnoy 2024-07-19 10:16:10 +03:00
parent 7f0ad51915
commit f80cc7f397
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class ExportServiceImpl(
) )
} }
val exportedItems = ciphers val exportedItems = ciphers
.filter { it.organizationId == null }
.map { cipher -> .map { cipher ->
cipher.toExportEntity( cipher.toExportEntity(
localToRemoteFolderIdMap = localToRemoteFolderIdMap, localToRemoteFolderIdMap = localToRemoteFolderIdMap,