Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Remove room from roomPick setting #6912

Merged
merged 12 commits into from
May 17, 2017
Prev Previous commit
Next Next commit
Fix ESLint error
  • Loading branch information
rodrigok committed May 17, 2017
commit d5ee916bef37bcce797acbc668b16ac08a23b565
2 changes: 2 additions & 0 deletions packages/rocketchat-lib/server/methods/saveSetting.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint new-cap: false */

Meteor.methods({
saveSetting(_id, value, editor) {
if (Meteor.userId() === null) {