From b3eb579696f8b2350cadecef3c4193473b2029b2 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:56:14 +0100 Subject: [PATCH] fix: remove duplicate remoteActorId import in account-cache.js (merge artifact) Co-Authored-By: Claude Sonnet 4.6 --- lib/mastodon/helpers/account-cache.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/mastodon/helpers/account-cache.js b/lib/mastodon/helpers/account-cache.js index 9f9a8b2..f4d3a21 100644 --- a/lib/mastodon/helpers/account-cache.js +++ b/lib/mastodon/helpers/account-cache.js @@ -8,8 +8,6 @@ */ import { remoteActorId } from "./id-mapping.js"; -import { remoteActorId } from "./id-mapping.js"; - const CACHE_TTL_MS = 60 * 60 * 1000; // 1 hour const MAX_ENTRIES = 500;