Open braxtonhall opened 4 years ago
with request-promise-native a 400 response causes a promise rejection, which many functions relied on. With the change to node-fetch, a 400 response still resolves, causing functions to fail silently.
with request-promise-native a 400 response causes a promise rejection, which many functions relied on. With the change to node-fetch, a 400 response still resolves, causing functions to fail silently.