LRUCache ParsedZaps, import from system dir in worker

This commit is contained in:
Martti Malmi
2024-02-05 11:20:13 +02:00
parent a97e895cb8
commit aefe8a8210
5 changed files with 16 additions and 10 deletions

View File

@ -1,4 +1,4 @@
import { NostrEvent } from "nostr";
import { NostrEvent } from "../nostr";
import { DexieTableLike, FeedCache } from "@snort/shared";
export class EventsCache extends FeedCache<NostrEvent> {