refactor: Upgrade lru-cache from 7.12.0 to 9.1.1 (#8559)

This commit is contained in:
Daniel
2023-05-26 07:59:42 +10:00
committed by GitHub
parent 28aeda3f16
commit c2e4f8369b
6 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
import Parse from 'parse/node';
import LRU from 'lru-cache';
import { LRUCache as LRU } from 'lru-cache';
import logger from '../logger';
function userForSessionToken(sessionToken) {