Skip to content

Commit

Permalink
fix: Correctly search for duplicates in Identities
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep authored Oct 22, 2024
1 parent ce59bcd commit 2f1d88a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class CipherDuplicatesCheckImpl(
if (
a.processed.identity != null &&
b.processed.identity != null &&
a.processed.type == DSecret.Type.Card
a.processed.type == DSecret.Type.Identity
) {
val aIdentity = a.processed.identity
val bIdentity = b.processed.identity
Expand Down

0 comments on commit 2f1d88a

Please sign in to comment.