Chocobozzz/PeerTube

View on GitHub
server/core/lib/activitypub/video-rates.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function sendVideoRateChangeToOrigin has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  account: MAccountActor,
  video: MVideoAccountLight,
  likes: number,
  dislikes: number,
  t: Transaction
Severity: Minor
Found in server/core/lib/activitypub/video-rates.ts - About 35 mins to fix

    Function sendVideoRateChange has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      account: MAccountActor,
      video: MVideoFullLight,
      likes: number,
      dislikes: number,
      t: Transaction
    Severity: Minor
    Found in server/core/lib/activitypub/video-rates.ts - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status