Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
181 stars 54 forks source link

Fix undefined: ErrNoProfilePicUrl #31

Closed madwolf96 closed 2 years ago

madwolf96 commented 2 years ago

Hi David, There is a variable ErrNoProfilePicUrl that I think you forgot to define.

Davincible commented 2 years ago

I renamed the variable to ErrNoProfilePicURL, but my LSP somehow didn't rename all instances. I've fixed it in the latest commit, thanks for letting me know :)