Open blerude opened 6 years ago
https://github.com/mesmollar/bapi-p3-the-scoop/blob/master/Project%203%20Submission/server.js#L238
I believe you want to store the new comment in the database. Therefore, shouldn't savedComment.body = requestComment.body?
Without a doubt...yes. Thanks!
https://github.com/mesmollar/bapi-p3-the-scoop/blob/master/Project%203%20Submission/server.js#L238
I believe you want to store the new comment in the database. Therefore, shouldn't savedComment.body = requestComment.body?