X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fcustom-validators%2Fvideo-comments.ts;h=94bdf237a92dfc80f9de8ff4bf8e3928d810149c;hb=8f581725651c4b2c213d75fc028e306bbf239d3e;hp=846f28b17ad744ab6ed011e504041f458a7b43f2;hpb=7cde3b9c2e84ea20bb0aae4544598483cde9e22c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/custom-validators/video-comments.ts b/server/helpers/custom-validators/video-comments.ts index 846f28b17..94bdf237a 100644 --- a/server/helpers/custom-validators/video-comments.ts +++ b/server/helpers/custom-validators/video-comments.ts @@ -1,4 +1,3 @@ -import 'multer' import validator from 'validator' import { CONSTRAINTS_FIELDS } from '../../initializers/constants'