chore: Update translations

This commit is contained in:
Martti Malmi
2024-02-05 10:01:12 +00:00
parent aefe8a8210
commit 280a7eaac2
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { findTag } from "./utils";
import { EventExt } from "./event-ext";
import { NostrLink } from "./nostr-link";
import debug from "debug";
import {LRUCache} from "lru-cache";
import { LRUCache } from "lru-cache";
const Log = debug("zaps");
const ParsedZapCache = new LRUCache<string, ParsedZap>({ max: 1000 });