Skip to content

Commit

Permalink
Small fix #2
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Bolshakov <pub@relvarsoft.com>
  • Loading branch information
xbolshe committed Feb 11, 2018
1 parent bab013b commit 8c014fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-api/server/v1/im.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RocketChat.API.v1.addRoute(['dm.counters', 'im.counters'], { authRequired: true
}
user = ruserId;
}
const rs = findDirectMessageRoom(this.requestParams(), { '_id': user } );
const rs = findDirectMessageRoom( this.requestParams(), { '_id': user } );
const room = rs.room;
const dm = rs.subscription;

Expand Down

0 comments on commit 8c014fc

Please sign in to comment.