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