From 83002a823465fe03a8d82833cb2e073a383405a8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 May 2023 17:04:39 +0200 Subject: Update server dependencies --- server/lib/video-tokens-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/video-tokens-manager.ts') 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' -- cgit v1.2.3