pohutukawa-2022 / gardenz

Empowering community gardens in New Zealand
0 stars 0 forks source link

15 promise handling #49

Closed GracieHayward closed 2 years ago

GracieHayward commented 2 years ago

Definition of Done

For every submission to the codebase, check that it meets the DoD below.

alexcoaton commented 2 years ago

Looks like you might have a console.log() in the code. Lint is run as part of the continuous integration on github and it's caught one:

/home/runner/work/gardenz/gardenz/client/hooks/useGarden/useGardenHelper.js 22:5 error Unexpected console statement no-console