master
rob 3 years ago
parent 4f1c8cb245
commit fb6fbb148a

@ -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