Localight / LocalightBackend

This will contain the backend of the database for the Backend.
http://localism.github.io/LocalightDocs/#/
0 stars 0 forks source link

updateUser Fixes - Crashing and FakeData #56

Closed julianpoy closed 9 years ago

julianpoy commented 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.

torch2424 commented 9 years ago

Clever ;) typeof == string !

Code review looks nice, pulling this in!