Skip to content

Commit

Permalink
Fix Livechat Remove Department
Browse files Browse the repository at this point in the history
Closes #4720
Thanks to @deep0982
  • Loading branch information
marceloschmidt committed Oct 25, 2016
1 parent c873c02 commit ce66bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Meteor.methods({
throw new Meteor.Error('error-not-allowed', 'Not allowed', { method: 'livechat:removeDepartment' });
}

return RocketChat.livechat.removeDepartment(_id);
return RocketChat.Livechat.removeDepartment(_id);
}
});

0 comments on commit ce66bd2

Please sign in to comment.