Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Aug 19, 2024
1 parent 04253d9 commit 7b3a81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ extension ApplePayExecutor {
dataString = dataString.replacingOccurrences(of: "\n", with: "\\n")
let dataStringUTF8 = dataString.data(using: .utf8)!
do {
if let jsonArray = try JSONSerialization.jsonObject(with: dataStringUTF8, options: .allowFragments) as? JSArray] {
if let jsonArray = try JSONSerialization.jsonObject(with: dataStringUTF8, options: .allowFragments) as? JSArray {
return jsonArray
}
} catch let error as NSError {
Expand Down

0 comments on commit 7b3a81e

Please sign in to comment.