]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/auth/tokens-cache.ts
Add configuration for prometheus exporter hostname
[github/Chocobozzz/PeerTube.git] / server / lib / auth / tokens-cache.ts
index b027ce69a473bfe0508655411dd9f5ad8ff57575..410708a352e325bff62db53beca2689548384867 100644 (file)
@@ -1,4 +1,4 @@
-import * as LRUCache from 'lru-cache'
+import LRUCache from 'lru-cache'
 import { MOAuthTokenUser } from '@server/types/models'
 import { LRU_CACHE } from '../../initializers/constants'