From f80cc7f3973dd98491815070b1c606c6531d0542 Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Fri, 19 Jul 2024 10:16:10 +0300 Subject: [PATCH] fix: Allow exporting items that belong to an organization --- .../keyguard/common/service/export/impl/ExportServiceImpl.kt | 1 - 1 file changed, 1 deletion(-) 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 063bc386..9e4f93a6 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,