Skip to content

Commit

Permalink
IOS-1943 Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Nov 7, 2022
1 parent fb3cde8 commit be470f1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ public class AccessCodeRepository {

var savedCardIds = getCards()
for cardId in cardIds {
guard savedCardIds.contains(cardId) else { continue }
guard savedCardIds.contains(cardId) else {
continue
}

try biometricsStorage.delete(SecureStorageKey.accessCode(for: cardId))
savedCardIds.remove(cardId)
Expand Down

0 comments on commit be470f1

Please sign in to comment.