Skip to content

Commit bfe9572

Browse files
committed
null value
1 parent 0c99f9c commit bfe9572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/AirshipReactNative.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public extension AirshipReactNative {
328328
// Actions
329329
@objc
330330
public extension AirshipReactNative {
331-
func actionsRun(action: [String: Any]) async throws-> Any? {
331+
func actionsRun(action: [String: Any?]) async throws-> Any? {
332332
return try await AirshipProxy.shared.action.runAction(
333333
action["name"] as! String,
334334
value: action["value"] is NSNull ? nil : try AirshipJSON.wrap(action["value"])

0 commit comments

Comments
 (0)