fix: Allow exporting items that belong to an organization
This commit is contained in:
parent
7f0ad51915
commit
f80cc7f397
|
@ -84,7 +84,6 @@ class ExportServiceImpl(
|
|||
)
|
||||
}
|
||||
val exportedItems = ciphers
|
||||
.filter { it.organizationId == null }
|
||||
.map { cipher ->
|
||||
cipher.toExportEntity(
|
||||
localToRemoteFolderIdMap = localToRemoteFolderIdMap,
|
||||
|
|
Loading…
Reference in New Issue