From: Chocobozzz Date: Wed, 23 Oct 2019 11:15:18 +0000 (+0200) Subject: Fix lint X-Git-Tag: v2.0.0-rc.1~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a82ddfad0083bd886b97be945050559c53b0cf30;p=oweals%2Fpeertube.git Fix lint --- 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)