@ -2,7 +2,6 @@ Meteor.methods
saveSetting: (_id, value) ->
check _id, String
check value, String
if Meteor.userId()?
user = Meteor.users.findOne Meteor.userId()