mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
fix: remove duplicate cachedUrl declaration in resolveActorUrl (merge artifact)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -767,10 +767,6 @@ async function resolveActorUrl(id, collections) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check account cache reverse lookup (populated by resolveRemoteAccount)
|
|
||||||
const cachedUrl = getActorUrlFromId(id);
|
|
||||||
if (cachedUrl) return cachedUrl;
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user