X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmiddlewares%2Fvalidators%2Fshared%2Fvideo-ownerships.ts;h=680613cda4aff766227a0249d51195f74510c50d;hb=2f061e065ab43cc0b73595b619639a92952aeeba;hp=93a23ef40ee6f0985502eff43c2dd35c6e3c657d;hpb=ac27887774e63d99f4e227fbe18846f143cc4b3c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/validators/shared/video-ownerships.ts b/server/middlewares/validators/shared/video-ownerships.ts index 93a23ef40..680613cda 100644 --- a/server/middlewares/validators/shared/video-ownerships.ts +++ b/server/middlewares/validators/shared/video-ownerships.ts @@ -1,4 +1,4 @@ -import * as express from 'express' +import express from 'express' import { VideoChangeOwnershipModel } from '@server/models/video/video-change-ownership' import { HttpStatusCode } from '@shared/models'