-
Notifications
You must be signed in to change notification settings - Fork 97
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
Remove node-fetch #116
base: main
Are you sure you want to change the base?
Remove node-fetch #116
Conversation
0233b76
to
e14fa1a
Compare
@douglowder Could you review it? |
I've fixed our test workflow to run on pull requests, so if you update your branch, all those required statuses will pass: Sorry that we didn't have that set up already, thanks again for the contribution! |
d2d8422
to
5bbecf4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comments
fetchOptions.dispatcher = this.httpAgent; | ||
} | ||
|
||
const response = await fetch(url, fetchOptions); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing a TS type check failure here
No description provided.