mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix lint
This commit is contained in:
parent
0405ab52dc
commit
54b3806324
3 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,7 @@ import { VideoShareModel } from '../../models/video/video-share'
|
|||
import { sendVideoAnnounceToFollowers } from './send'
|
||||
|
||||
async function shareVideoByServerAndChannel (video: VideoModel, t: Transaction) {
|
||||
if (video.privacy === VideoPrivacy.PRIVATE) return
|
||||
if (video.privacy === VideoPrivacy.PRIVATE) return undefined
|
||||
|
||||
const serverActor = await getServerActor()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue