mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
parent
862ead21a3
commit
a82ddfad00
@ -445,7 +445,7 @@ async function fetchRemoteActor (actorUrl: string): Promise<{ statusCode?: numbe
|
|||||||
|
|
||||||
sharedInboxUrl: actorJSON.endpoints && actorJSON.endpoints.sharedInbox
|
sharedInboxUrl: actorJSON.endpoints && actorJSON.endpoints.sharedInbox
|
||||||
? actorJSON.endpoints.sharedInbox
|
? actorJSON.endpoints.sharedInbox
|
||||||
: null,
|
: null
|
||||||
})
|
})
|
||||||
|
|
||||||
const avatarInfo = await getAvatarInfoIfExists(actorJSON)
|
const avatarInfo = await getAvatarInfoIfExists(actorJSON)
|
||||||
|
Loading…
Reference in New Issue
Block a user