Closed alfonsusac closed 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()
throw new Error(data.message)
res.status !== 200 or 201
data
await res.json()
On all requestFetches in /lib/fetchAPI,
throw new Error(data.message)
ifres.status !== 200 or 201
.data
is fromawait res.json()