The included updateUserById function does not actually update the user doc, as the user object is nested in the model object. So the default/included function does not actually update the user, at least it doesn't for my code. What am I missing? I can fix this, of course; I just figured something is more likely wrong with my code than this repo.
The included updateUserById function does not actually update the user doc, as the user object is nested in the model object. So the default/included function does not actually update the user, at least it doesn't for my code. What am I missing? I can fix this, of course; I just figured something is more likely wrong with my code than this repo.