ucladevx / Bruin-Bite-iOS

Mozilla Public License 2.0
8 stars 1 forks source link

added update id to updateCurrentUser() in UserManager #110

Closed sjl1826 closed 5 years ago

sjl1826 commented 5 years ago

"updateCurrentUser()" function was missing an update of the UID. Made sure to add it in to avoid any -1 UID problems. "updateCurrentUser()" is called after "readUser". "readUser" is always called after "loginUser". It should all work now! :)