mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-14 16:53:52 +00:00
update
This commit is contained in:
@@ -56,6 +56,6 @@ class ChatConfig {
|
||||
}
|
||||
|
||||
private func getConfigString(_ key: String) -> String {
|
||||
self.config.value(forKey: key) as! String
|
||||
self.config.value(forKey: key) != nil ? self.config.value(forKey: key) as! String : ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user