Skip to content

Commit 36dadfd

Browse files
committed
Add optional param
1 parent d34a554 commit 36dadfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
435435
/// Whenever user issues a fetch api call, collect the latest request.
436436
/// @param userProperties User properties to set to config request.
437437
/// @return Config fetch request string
438-
@objc public func nextRequest(withUserProperties userProperties: [String: Any]!) -> String {
438+
@objc public func nextRequest(withUserProperties userProperties: [String: Any]?) -> String {
439439
var request = "{"
440440
request += "app_instance_id:'\(configInstallationsIdentifier)'"
441441
request += ", app_instance_id_token:'\(configInstallationsToken)'"

0 commit comments

Comments
 (0)