Fix lint
This commit is contained in:
parent
862ead21a3
commit
a82ddfad00
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue