Skip to content

Commit

Permalink
removed useless mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Dec 10, 2024
1 parent 58ceab3 commit da44dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdyenActions/Components/SDK/Twint+Injectable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Foundation
cancelHandler: @escaping () -> Void
) -> UIAlertController? {
Twint.controller(
for: installedAppConfigurations.map { $0 },
for: installedAppConfigurations,
selectedConfigurationHandler: { selectionHandler($0) },
cancelHandler: { cancelHandler() }
)
Expand Down

0 comments on commit da44dfe

Please sign in to comment.