X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-rate.ts;fp=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-rate.ts;h=0dbdf3c41eaeaf443b09cde77ecd863a10c5e095;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=7bd54f7b017b4ca03655d57572ba11fa554db4cf;hpb=077f344891b3f4b00a8a4f8d700306d4392b3a2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-rate.ts b/server/types/models/video/video-rate.ts index 7bd54f7b0..0dbdf3c41 100644 --- a/server/types/models/video/video-rate.ts +++ b/server/types/models/video/video-rate.ts @@ -1,5 +1,5 @@ import { AccountVideoRateModel } from '@server/models/account/account-video-rate' -import { PickWith } from '@shared/core-utils' +import { PickWith } from '@shared/typescript-utils' import { MAccountAudience, MAccountUrl } from '../account/account' import { MVideo, MVideoFormattable } from './video'