mdwiltfong / reactive-weather-app

https://reactive-weatherapp.herokuapp.com/
0 stars 0 forks source link

`getWeatherInstancesByUser` queries users by username #28

Closed mdwiltfong closed 2 years ago

mdwiltfong commented 2 years ago

When querying for weather instances associated with a user, the user's id is needed, but the front end is passing the user's username. This needs to be remedied.