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;