Skip to content

Commit

Permalink
Fix linting issues in LaunchStartup
Browse files Browse the repository at this point in the history
  • Loading branch information
mohannad-hassan committed Jan 1, 2025
1 parent b8aebcb commit a54ceed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Features/AppStructureFeature/Launch/LaunchStartup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ public final class LaunchStartup {
do {
let result = try await authDataManager.restoreState()
logger.info("LaunchStartup: authentication state restored? \(result)")
}
catch {
} catch {
logger.error("LaunchStartup: failed to restore authentication state: \(error)")
}
}
Expand Down

0 comments on commit a54ceed

Please sign in to comment.