Upgrade node-fetch to latest version, v2.6.0

This commit is contained in:
Evan Hahn 2020-08-11 16:23:37 -05:00 committed by GitHub
parent 4df52c5349
commit b32445cd20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 230 additions and 20 deletions

View file

@ -325,7 +325,7 @@ async function _promiseAjax(
) {
resultPromise = response.buffer();
} else {
resultPromise = response.text();
resultPromise = response.textConverted();
}
return resultPromise.then(result => {