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
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 => {