mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
Upgrade node-fetch to latest version, v2.6.0
This commit is contained in:
@@ -325,7 +325,7 @@ async function _promiseAjax(
|
||||
) {
|
||||
resultPromise = response.buffer();
|
||||
} else {
|
||||
resultPromise = response.text();
|
||||
resultPromise = response.textConverted();
|
||||
}
|
||||
|
||||
return resultPromise.then(result => {
|
||||
|
||||
Reference in New Issue
Block a user