Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Oct 31, 2024
1 parent de22edb commit 9d9af2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AdyenActions/Components/Redirect/RedirectComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public final class RedirectComponent: ActionComponent {
private func registerRedirectBounceBackListener(_ action: RedirectAction) {
RedirectListener.registerForURL { [weak self] returnURL in
guard let self else { return }

self.didOpen(url: returnURL, action)
}
}
Expand Down

0 comments on commit 9d9af2b

Please sign in to comment.