Skip to content
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

unneccessary map in database.js #36

Open
mattlub opened this issue Mar 31, 2017 · 1 comment
Open

unneccessary map in database.js #36

mattlub opened this issue Mar 31, 2017 · 1 comment

Comments

@mattlub
Copy link
Member

mattlub commented Mar 31, 2017

https://github.com/FACN1/week6-D-REEM-TEAM/blob/master/src/routes/database.js#L23

I think the map is unneccesary, you get the same result as JSON.parse(res.rows) (I think)

@jwld
Copy link
Member

jwld commented Mar 31, 2017

Yea res.end(JSON.stringify(dbRes.rows)) is all you need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants