Skip to content

Commit

Permalink
Update getUsersOfRoom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Apr 3, 2017
1 parent 18fd157 commit cf6f43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/methods/getUsersOfRoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Meteor.methods({

const map = (record) => {
return {
_id: record._user._id,
username: record._user.username,
name: record._user.name
};
Expand Down

0 comments on commit cf6f43b

Please sign in to comment.