-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Should return http.Response for paste? #22
Comments
Good catch. Thanks for the report. That's definitely an oversight and not intended. I'll fix that tomorrow and create a new release. |
Hi @wneessen thanks for the quick fix. The issue exists in |
Yeah, I am already working on the |
Version 1.0.5 has just been released with the corresponding fixes. |
Appreciate it! |
In this code:
the http response is ignored and
nil
returned if there is any error. However, the error might come from the API call, in which case there could be a response and should be passed down this method as well. Isnil
being returned intentionally?The text was updated successfully, but these errors were encountered: