Skip to content
Snippets Groups Projects
Commit d5ee916b authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix ESLint error

parent 5637ab31
No related branches found
No related tags found
No related merge requests found
/* eslint new-cap: false */
Meteor.methods({ Meteor.methods({
saveSetting(_id, value, editor) { saveSetting(_id, value, editor) {
if (Meteor.userId() === null) { if (Meteor.userId() === null) {
......
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