fix: remove duplicate remoteActorId import in account-cache.js (merge artifact)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-22 15:56:14 +01:00
parent 6089df0c27
commit b3eb579696

View File

@@ -8,8 +8,6 @@
*/ */
import { remoteActorId } from "./id-mapping.js"; import { remoteActorId } from "./id-mapping.js";
import { remoteActorId } from "./id-mapping.js";
const CACHE_TTL_MS = 60 * 60 * 1000; // 1 hour const CACHE_TTL_MS = 60 * 60 * 1000; // 1 hour
const MAX_ENTRIES = 500; const MAX_ENTRIES = 500;