ubccpsc310 / classy

Course management and automation.
MIT License
2 stars 3 forks source link

node-fetch hides request failures #71

Open braxtonhall opened 4 years ago

braxtonhall commented 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.