alfonsusac / devscale-eventmaker

Yet another event maker app
https://devscale-eventmaker-alfonsusac.vercel.app
2 stars 0 forks source link

Bug: Show Error Message for every fetch request #88

Closed alfonsusac closed 9 months ago

alfonsusac commented 9 months ago

On all requestFetches in /lib/fetchAPI, throw new Error(data.message) if res.status !== 200 or 201. data is from await res.json()