Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Mar 10, 2024
1 parent d78c038 commit ddbba04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ final class SubscriptionITPViewModel: ObservableObject {
settings: webViewSettings)
}

// Observe transaction status
// swiftlint:disable function_body_length
private func setupSubscribers() async {

webViewModel.$navigationError
Expand Down Expand Up @@ -146,6 +146,7 @@ final class SubscriptionITPViewModel: ObservableObject {
self?.canNavigateBack = value
}
}
// swiftlint:enable function_body_length

func initializeView() {
webViewModel.navigationCoordinator.navigateTo(url: manageITPURL )
Expand Down

0 comments on commit ddbba04

Please sign in to comment.