TheM4hd1 / SwiftyInsta

Instagram Private API Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

email should point to rawResponse.publicEmail.string

mycroftcanner opened this issue · comments

public var email: String? { return rawResponse.emaill.string }

should be

public var email: String? { return rawResponse.publicEmail.string }

Please feel free to send a PR.
I'll be more than happy to merge it.
😊