Skip to content

Commit 0a268fe

Browse files
authored
[rc-swift] RCNConfigDBManagerTests.m to swift (#14291)
1 parent cabace9 commit 0a268fe

File tree

2 files changed

+745
-1
lines changed

2 files changed

+745
-1
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigDBManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ open class ConfigDBManager: NSObject {
197197
completionHandler handler: ((Bool, [String: [String: RemoteConfigValue]],
198198
[String: [String: RemoteConfigValue]],
199199
[String: [String: RemoteConfigValue]],
200-
[String: Any]) -> Void)? = nil) {
200+
[String: [[String: Sendable]]]) -> Void)? = nil) {
201201
Task {
202202
let fetchedConfig = await self.databaseActor.loadMainTable(
203203
withBundleIdentifier: bundleIdentifier,

0 commit comments

Comments
 (0)