mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix lint
This commit is contained in:
parent
1b5b10d131
commit
98ec8b8e73
14 changed files with 31 additions and 23 deletions
|
@ -27,7 +27,7 @@ async function sendDeleteVideo (video: VideoInstance, t: Transaction) {
|
|||
}
|
||||
|
||||
async function sendDeleteAccount (account: AccountInstance, t: Transaction) {
|
||||
const data = await deleteActivityData(account.url, account)
|
||||
const data = deleteActivityData(account.url, account)
|
||||
|
||||
return broadcastToFollowers(data, account, [ account ], t)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue