TheM4hd1 / SwiftyInsta

Instagram Private API Swift
MIT License
225 stars 51 forks source link

user.avatar will always return nil #131

Closed mycroftcanner closed 4 years ago

mycroftcanner commented 4 years ago
    public var avatar: URL? {
        return rawResponse.hdProfilePicVersions
            .array?
            .first?
            .url
    }

.first? is a dictionary

sbertix commented 4 years ago

I see what you mean.
There's definitely a .url missing there. @mycroftcanner Fixing it in #96. Apologies