server/core/lib/notifier/shared/comment/new-comment-for-video-owner.ts
Function createEmail
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
createEmail (to: string) {
const comment = this.payload
const video = comment.Video
const videoUrl = WEBSERVER.URL + comment.Video.getWatchStaticPath()