TypeError: body used already for - should be able to extract twice · Issue #533 · node-fetch/node-fetch

I unfortunately am calling a service which may or may not return JSON (or any) body data. When I do the following, I get the TypeError: body used already for error: let data = null try { data = awa...