Fixed eslint errors

This commit is contained in:
mayjs 2017-05-15 22:10:46 +02:00
parent c59891d44b
commit 25b26657da
3 changed files with 13 additions and 13 deletions

View file

@ -533,7 +533,7 @@ if (Meteor.isServer) {
delete data.services;
JsonRoutes.sendResult(res, {
code: 200,
data
data,
});
});