X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Fmiddlewares%2Fpagination.ts;h=043869303f72f0139de9dcbd377a83fbdc89e276;hb=552d95b1e69fbbd99f5bc300a127457e1b97b9df;hp=83304940f38af1bc386e045717375b1dab47af3d;hpb=74dc3bca2b14f5fd3fe80c394dfc34177a46db77;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/pagination.ts b/server/middlewares/pagination.ts index 83304940f..043869303 100644 --- a/server/middlewares/pagination.ts +++ b/server/middlewares/pagination.ts @@ -1,6 +1,4 @@ -import 'express-validator' import * as express from 'express' - import { PAGINATION } from '../initializers/constants' function setDefaultPagination (req: express.Request, res: express.Response, next: express.NextFunction) {