gleidsonlm / angelon-api

AngelOn API is the backend implementation for the AngelOn application.
0 stars 0 forks source link

Fixed issue when Mongoose couldn't execute the find query. #8

Closed gleidsonlm closed 1 year ago

gleidsonlm commented 1 year ago

Issue reported in #7 was caused by mongoose mistaking the "userid" from "request.body" with the "userid" from "request.@Param".

Fixed by renaming the value passed to mongoose for "_userid".