TheM4hd1 / SwiftyInsta

Instagram Private API Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user.avatar will always return nil

mycroftcanner opened this issue · comments

    public var avatar: URL? {
        return rawResponse.hdProfilePicVersions
            .array?
            .first?
            .url
    }

.first? is a dictionary

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