Code-the-Change-YYC / hackathon-management-tool

1 stars 0 forks source link

All queries/mutations in website should have an error check #44

Closed ideen1 closed 4 months ago

ideen1 commented 5 months ago

Wrap all responses with

if (response.error) {
throw new Error("...")
}