Skip to content

Commit fbdb400

Browse files
committed
fix
1 parent 8865254 commit fbdb400

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
guard let name = action["name"] as? String else {
333333
throw AirshipErrors.error("missing name")
334334
}

0 commit comments

Comments
 (0)