-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
129 Implement Volunteers Page #54
Conversation
|
||
dataRouter.get('/volunteer/:volunteerId', async (req, res) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete ⏎
dataRouter.get('/volunteer/:volunteerId', async (req, res) => { | |
dataRouter.get('/volunteer/:volunteerId', async (req, res) => { |
|
||
// get all volunteers and how many events they are in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete ⏎
// get all volunteers and how many events they are in | |
// get all volunteers and how many events they are in |
`, | ||
); | ||
res.status(200).json(profileEventCount.rows); | ||
} catch (err) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete ··
} catch (err) { | |
} catch (err) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Made some changes for eslint.
Authors:
brelieu05, tig-github
What does this PR contain?
How did you test these changes?
Closes #129