You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that in company.controller.js's update() function, a company is being assigned to a user - see line 43:
company = req.user;
Wondering if this could be a bug.
BTW - Really enjoyed your blog post on error handling.