From a82ddfad0083bd886b97be945050559c53b0cf30 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 23 Oct 2019 13:15:18 +0200 Subject: [PATCH] Fix lint --- server/lib/activitypub/actor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/activitypub/actor.ts b/server/lib/activitypub/actor.ts index cad9af5e0..74241aba9 100644 --- a/server/lib/activitypub/actor.ts +++ b/server/lib/activitypub/actor.ts @@ -445,7 +445,7 @@ async function fetchRemoteActor (actorUrl: string): Promise<{ statusCode?: numbe sharedInboxUrl: actorJSON.endpoints && actorJSON.endpoints.sharedInbox ? actorJSON.endpoints.sharedInbox - : null, + : null }) const avatarInfo = await getAvatarInfoIfExists(actorJSON) -- 2.41.0