]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/shared/video-blacklists.ts
Refactor sort middlewares
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / shared / video-blacklists.ts
index 01491c10f60a4b8dbb496ffd0b3761629de87bdd..f85b39b232c580034dbd69fbd34e6b21691d4e4d 100644 (file)
@@ -1,6 +1,6 @@
 import { Response } from 'express'
 import { VideoBlacklistModel } from '@server/models/video/video-blacklist'
-import { HttpStatusCode } from '@shared/core-utils'
+import { HttpStatusCode } from '@shared/models'
 
 async function doesVideoBlacklistExist (videoId: number, res: Response) {
   const videoBlacklist = await VideoBlacklistModel.loadByVideoId(videoId)