1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Split check user params tests

This commit is contained in:
Chocobozzz 2021-10-19 15:02:43 +02:00
parent 4beda9e12a
commit 906f46d084
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 1080 additions and 910 deletions

View file

@ -1,5 +1,5 @@
import express from 'express'
import { param, query, validationResult } from 'express-validator'
import { param, validationResult } from 'express-validator'
import { isIdOrUUIDValid, toCompleteUUID } from '@server/helpers/custom-validators/misc'
import { logger } from '../../../helpers/logger'