Skip to content
Snippets Groups Projects
Unverified Commit 94487a7a authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix user update

parent ae8ad7b2
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ export class CustomOAuth { ...@@ -257,7 +257,7 @@ export class CustomOAuth {
} }
}; };
RocketChat.models.Users.update({_id: user._id, update}); RocketChat.models.Users.update({_id: user._id}, update);
} }
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment