fix: fix worker options argument passing to worker pool/set
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
index 0d7a9dccec5fc04fbe19c4cbba386151d3af0265..ba0a47d59b70962ab75517aab0215dda6b0b3424 100644 (file)
@@ -1,4 +1,4 @@
-import { LRUMapWithDelete as LRUCache } from 'mnemonist';
+import LRUCache from 'mnemonist/lru-map-with-delete.js';
 
 import { Bootstrap } from './Bootstrap';
 import type { ChargingStationConfiguration, ChargingStationTemplate } from '../types';