X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fvideo-tokens-manager.ts;h=660533528d7fc80db2c517de931580e3c7799aae;hb=83002a823465fe03a8d82833cb2e073a383405a8;hp=17aa29cdda707f9dc2e3893557d3e8aae3d389aa;hpb=4e4c23c5b8d55ab0aa48a7be8c53ec71d1d7e796;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/video-tokens-manager.ts b/server/lib/video-tokens-manager.ts index 17aa29cdd..660533528 100644 --- a/server/lib/video-tokens-manager.ts +++ b/server/lib/video-tokens-manager.ts @@ -1,4 +1,4 @@ -import LRUCache from 'lru-cache' +import { LRUCache } from 'lru-cache' import { LRU_CACHE } from '@server/initializers/constants' import { MUserAccountUrl } from '@server/types/models' import { pick } from '@shared/core-utils'