Skip to content

Commit

Permalink
Merge pull request #120 from Financial-Times/ci-2164-node-fetch-issue
Browse files Browse the repository at this point in the history
chore: ci-2164 override node-fetch from old dep
  • Loading branch information
debugwand authored May 8, 2024
2 parents d2f3ddb + e029f67 commit 72fc611
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8,450 deletions.
2 changes: 1 addition & 1 deletion lib/helpers/handle-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function handleResponse(response) {
statusText: response.statusText
});

return response.text().then((text) => {
return response.textConverted().then((text) => {
throw httpError(response.status, text || response.statusText);
});
}
Expand Down
Loading

0 comments on commit 72fc611

Please sign in to comment.