server/core/lib/activitypub/video-rates.ts
Function sendVideoRateChangeToOrigin
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
account: MAccountActor,
video: MVideoAccountLight,
likes: number,
dislikes: number,
t: Transaction
Function sendVideoRateChange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
account: MAccountActor,
video: MVideoFullLight,
likes: number,
dislikes: number,
t: Transaction