From fb6fbb148aeedfab6ed621084b8073cb2bb610aa Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 25 Dec 2021 12:46:17 -0500 Subject: [PATCH] quick fix --- app/controllers/admin/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);