FIRSTTeam102 / scoutradioz

Scoutradioz, a multi-team FRC scouting app developed by The Gearheads. Designed for and running on Amazon Web Services.
https://scoutradioz.com
Other
24 stars 10 forks source link

Update utilities' castID function to cast _id to a number depending on the collection #186

Closed JL102 closed 10 months ago

JL102 commented 10 months ago

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)