We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8865254 commit fbdb400Copy full SHA for fbdb400
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
guard let name = action["name"] as? String else {
333
throw AirshipErrors.error("missing name")
334
}
0 commit comments