mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user