Skip to content

Commit

Permalink
chore: cleanup code detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 22, 2024
1 parent f57a1c6 commit 96e0c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal class ProteusMigrationRecoveryHandlerImpl(
* Handles the migration error of a proteus client storage from CryptoBox to CoreCrypto.
* It will perform a logout, using [LogoutReason.MIGRATION_TO_CC_FAILED] as the reason.
*
* This achieves that the client data is cleared and the user is logged out without content.
* This achieves that the client data is cleared and the user is logged out without losing content.
*/
@Suppress("TooGenericExceptionCaught")
override suspend fun clearClientData() {
Expand Down

0 comments on commit 96e0c5d

Please sign in to comment.