diff --git a/app/controllers/admin/user.js b/app/controllers/admin/user.js index 56853ee..0b88d73 100644 --- a/app/controllers/admin/user.js +++ b/app/controllers/admin/user.js @@ -54,7 +54,7 @@ class UserController extends SiteController { } } - async getUserView (req, res, error) { + async getUserView (req, res, next) { const { comment: commentService } = this.dtp.services; try { res.locals.pagination = this.getPaginationParameters(req, 20);