HackYourFuture-CPH / chattie

Chattie is an app for messaging with your collegaues
MIT License
0 stars 4 forks source link

fixes message id on messages controler #322

Closed tiago86g closed 3 years ago

tiago86g commented 3 years ago

Description

fixes the response given by messages-controller, it was giving the user id instead message id

Fixes #321

How to test?

run "npm run dev" and console log "messages" to see the right response

Checklist