Chocobozzz/PeerTube

View on GitHub
server/core/lib/notifier/shared/comment/new-comment-for-video-owner.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createEmail has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  createEmail (to: string) {
    const comment = this.payload

    const video = comment.Video
    const videoUrl = WEBSERVER.URL + comment.Video.getWatchStaticPath()

    There are no issues that match your filters.

    Category
    Status