diff --git a/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/export/impl/ExportServiceImpl.kt b/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/export/impl/ExportServiceImpl.kt index 063bc38..9e4f93a 100644 --- a/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/export/impl/ExportServiceImpl.kt +++ b/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/export/impl/ExportServiceImpl.kt @@ -84,7 +84,6 @@ class ExportServiceImpl( ) } val exportedItems = ciphers - .filter { it.organizationId == null } .map { cipher -> cipher.toExportEntity( localToRemoteFolderIdMap = localToRemoteFolderIdMap,