Skip to content

Commit 7188b4f

Browse files
committed
[Config] Port over Sendability changes from #14375
1 parent 6c34449 commit 7188b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/SwiftNew/RemoteConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ open class RemoteConfig: NSObject, NSFastEnumeration {
415415

416416
/// Ensures initialization is complete and clients can begin querying for Remote Config values.
417417
/// - Parameter completionHandler: Initialization complete callback with error parameter.
418-
@objc public func ensureInitialized(completionHandler: @escaping (Error?) -> Void) {
418+
@objc public func ensureInitialized(completionHandler: @Sendable @escaping (Error?) -> Void) {
419419
DispatchQueue.global(qos: .utility).async { [weak self] in
420420
guard let self else { return }
421421
let initializationSuccess = self.configContent.initializationSuccessful()

0 commit comments

Comments
 (0)