mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix lint
This commit is contained in:
parent
572f8d3dba
commit
79d5caf994
20 changed files with 49 additions and 95 deletions
|
@ -147,7 +147,7 @@ async function broadcastToFollowers (data: any, byAccount: AccountInstance, toAc
|
|||
const result = await db.AccountFollow.listAcceptedFollowerSharedInboxUrls(toAccountFollowerIds)
|
||||
if (result.data.length === 0) {
|
||||
logger.info('Not broadcast because of 0 followers for %s.', toAccountFollowerIds.join(', '))
|
||||
return
|
||||
return undefined
|
||||
}
|
||||
|
||||
const jobPayload = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue