mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Chart fixes
This commit is contained in:
@@ -36,7 +36,7 @@ public struct ChartsCollection {
|
||||
}
|
||||
|
||||
public extension ChartsCollection {
|
||||
public init(from decodedData: [String: Any]) throws {
|
||||
init(from decodedData: [String: Any]) throws {
|
||||
guard let columns = decodedData["columns"] as? [[Any]] else {
|
||||
throw ChartsError.generalConversion("Unable to get columns from: \(decodedData)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user