Skip to content
Snippets Groups Projects
Unverified Commit ce66bd2e authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fix Livechat Remove Department

Closes #4720
Thanks to @deep0982
parent c873c02d
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ Meteor.methods({ ...@@ -4,6 +4,6 @@ Meteor.methods({
throw new Meteor.Error('error-not-allowed', 'Not allowed', { method: 'livechat:removeDepartment' }); throw new Meteor.Error('error-not-allowed', 'Not allowed', { method: 'livechat:removeDepartment' });
} }
return RocketChat.livechat.removeDepartment(_id); return RocketChat.Livechat.removeDepartment(_id);
} }
}); });
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