fix: remove duplicate cachedUrl declaration in resolveActorUrl (merge artifact)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-22 16:33:14 +01:00
parent 95564a3e73
commit 0c077c2588

View File

@@ -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;
}