ESlint no-unused-vars

This commit is contained in:
Peter Jaszkowiak
2017-02-18 15:05:36 -07:00
parent c18808fdeb
commit 4bb49a7171
70 changed files with 97 additions and 162 deletions

View File

@@ -15,7 +15,7 @@ var usersController = {};
var userFields = ['uid', 'username', 'userslug', 'email', 'postcount', 'joindate', 'banned',
'reputation', 'picture', 'flags', 'lastonline', 'email:confirmed'];
usersController.search = function (req, res, next) {
usersController.search = function (req, res) {
res.render('admin/manage/users', {
search_display: '',
users: [],