lint fixes

This commit is contained in:
Belen Curcio
2017-09-19 11:43:10 -03:00
parent f1f9868028
commit 818ad07eac
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -50,7 +50,6 @@ const RootQuery = {
return Comments.getCountByQuery(query);
},
async userCount(_, {query}, {user, loaders: {Users}}) {
if (user == null || !user.can(SEARCH_OTHER_USERS)) {
return null;