Skip to content

Commit 50881b5

Browse files
fix typo on RNSPAction stringifiedJson
1 parent 9447039 commit 50881b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNSourcepointCmp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import React
3737
let jsonString = String(data: jsonData, encoding: .utf8) {
3838
return jsonString
3939
} else {
40-
return "{\"actionType:\"unknown\"}"
40+
return "{\"actionType\":\"unknown\"}"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)