mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
fix: remove duplicate getActorUrlFromId import in accounts.js (merge artifact)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,6 @@ import { accountId, remoteActorId } from "../helpers/id-mapping.js";
|
|||||||
import { getActorUrlFromId } from "../helpers/account-cache.js";
|
import { getActorUrlFromId } from "../helpers/account-cache.js";
|
||||||
import { buildPaginationQuery, parseLimit, setPaginationHeaders } from "../helpers/pagination.js";
|
import { buildPaginationQuery, parseLimit, setPaginationHeaders } from "../helpers/pagination.js";
|
||||||
import { resolveRemoteAccount } from "../helpers/resolve-account.js";
|
import { resolveRemoteAccount } from "../helpers/resolve-account.js";
|
||||||
import { getActorUrlFromId } from "../helpers/account-cache.js";
|
|
||||||
|
|
||||||
const router = express.Router(); // eslint-disable-line new-cap
|
const router = express.Router(); // eslint-disable-line new-cap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user