We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c99f9c commit bfe9572Copy full SHA for bfe9572
ios/AirshipReactNative.swift
@@ -328,7 +328,7 @@ public extension AirshipReactNative {
328
// Actions
329
@objc
330
public extension AirshipReactNative {
331
- func actionsRun(action: [String: Any]) async throws-> Any? {
+ func actionsRun(action: [String: Any?]) async throws-> Any? {
332
return try await AirshipProxy.shared.action.runAction(
333
action["name"] as! String,
334
value: action["value"] is NSNull ? nil : try AirshipJSON.wrap(action["value"])
0 commit comments