I missed a route in /manage/members that didn't do parseInt on the _id for User, meaning the update call didn't actually update the members' details. This'll auto-cast strings to numbers in the _id of the query filter, for collections specified to have numerical IDs (currently, just users)
I missed a route in /manage/members that didn't do parseInt on the _id for User, meaning the update call didn't actually update the members' details. This'll auto-cast strings to numbers in the _id of the query filter, for collections specified to have numerical IDs (currently, just users)