Skip to content
Snippets Groups Projects
Commit cf6f43b2 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento Committed by GitHub
Browse files

Update getUsersOfRoom.js

parent 18fd157f
No related merge requests found
......@@ -24,6 +24,7 @@ Meteor.methods({
const map = (record) => {
return {
_id: record._user._id,
username: record._user.username,
name: record._user.name
};
......
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