Closed mycroftcanner closed 4 years ago
public var avatar: URL? { return rawResponse.hdProfilePicVersions .array? .first? .url }
.first? is a dictionary
.first?
I see what you mean. There's definitely a .url missing there. @mycroftcanner Fixing it in #96. Apologies
.url
.first?
is a dictionary