Closed julianpoy closed 9 years ago
This pull request addresses a problem when receiving objects instead of strings in the updateUser route. The backend will now take anything it is given in this situation. I also switched a tiny bug with session carryover from old days.
Clever ;) typeof == string !
Code review looks nice, pulling this in!
This pull request addresses a problem when receiving objects instead of strings in the updateUser route. The backend will now take anything it is given in this situation. I also switched a tiny bug with session carryover from old days.