Skip to content

Commit

Permalink
IOS-6764 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tureck1y committed May 14, 2024
1 parent 5a847ea commit f66edef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class FinalizeBackupCardTask: CardSessionRunnable {
completion(.failure(error))
}
}
case .active: // Inconsistence case. The card status is ok, but sdk status is incompleted. We shoul check all wallets later on the app side.
case .active: // Inconsistence case. The card status is ok, but sdk status is incompleted. We should check all wallets later on the app side.
readWallets(in: session, completion: completion)
default: // only an interrupted case is possible
writeBackupData(in: session, completion: completion)
Expand Down

0 comments on commit f66edef

Please sign in to comment.