1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix shared imports

This commit is contained in:
Chocobozzz 2021-12-24 10:14:47 +01:00
parent 1e9c1b1b44
commit d17c7b4e8c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
41 changed files with 78 additions and 96 deletions

View file

@ -2,8 +2,7 @@ import { UploadFilesForCheck } from 'express'
import { values } from 'lodash'
import magnetUtil from 'magnet-uri'
import validator from 'validator'
import { VideoInclude } from '@shared/models'
import { VideoFilter, VideoPrivacy, VideoRateType } from '../../../shared'
import { VideoFilter, VideoInclude, VideoPrivacy, VideoRateType } from '@shared/models'
import {
CONSTRAINTS_FIELDS,
MIMETYPES,