Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 253b738

Browse files
committed
Remove inferred type warning
1 parent aa494db commit 253b738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pod/Classes/Models/BeamNotificationPreferences.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public struct BeamNotificationPreferences {
127127
"liveOnByDefault": liveOnByDefault,
128128
"notifyFollower": notifyFollower,
129129
"notifySubscriber": notifySubscriber,
130-
"transports": transports ?? [[String: Any]]()
130+
"transports": (transports ?? [[String: Any]]()) as Any
131131
]
132132
}
133133
}

0 commit comments

Comments
 (0)