Browse Source

quick fix

pull/1/head
Rob Colbert 3 years ago
parent
commit
fb6fbb148a
  1. 2
      app/controllers/admin/user.js

2
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; const { comment: commentService } = this.dtp.services;
try { try {
res.locals.pagination = this.getPaginationParameters(req, 20); res.locals.pagination = this.getPaginationParameters(req, 20);

Loading…
Cancel
Save