sac-tech-org / job-board

Job board for local Sacramento companies and startups
https://jobs.sac-tech.com
1 stars 0 forks source link

Updating user doesn't update #18

Closed rusher2004 closed 4 months ago

rusher2004 commented 4 months ago

When calling PUT /user/{username} from the app, a 200 is returned, but the change isn't actually applied in the db.

rusher2004 commented 4 months ago

Yeah this is leftover from me just returning the incoming payload to have it return something before connecting the db. Just need to update db query and actually call it.