Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameter type on setHeaders is wrong #216

Closed
dgobaud opened this issue Jun 21, 2019 · 1 comment · Fixed by #217
Closed

parameter type on setHeaders is wrong #216

dgobaud opened this issue Jun 21, 2019 · 1 comment · Fixed by #217
Labels

Comments

@dgobaud
Copy link
Contributor

dgobaud commented Jun 21, 2019

setHeaders: (headers: [[string, string]]) => AxiosInstance;

should be

setHeaders: (headers: HEADERS) => AxiosInstance;
ryanlntn pushed a commit that referenced this issue Jun 25, 2019
infinitered-circleci pushed a commit that referenced this issue Jun 25, 2019
## [1.0.3](v1.0.2...v1.0.3) (2019-06-25)

### Bug Fixes

* allow multiple type for ApiReponse in typescript ([#219](#219)) ([20cf9f4](20cf9f4))
* setHeaders parameter type ([#217](#217)) ([af82be4](af82be4)), closes [#216](#216)
* Upgrade axios to address CVE-2019-10742 ([#214](#214)) ([339205c](339205c))
@infinitered-circleci
Copy link

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants