The above API always throws eror of invalid token There is a issue in code which I have identified. ``` const room = findOpenRoom(token); if (room) { ==> It should be !room throw new Meteor.Error('invalid-token'); } ```