mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Remove unused comments
This commit is contained in:
parent
93a1e67f86
commit
ab7b4f525b
3 changed files with 0 additions and 3 deletions
|
@ -50,7 +50,6 @@ export class SQLCommand extends AbstractCommand {
|
|||
async countVideoViewsOf (uuid: string) {
|
||||
const seq = this.getSequelize()
|
||||
|
||||
// tslint:disable
|
||||
const query = 'SELECT SUM("videoView"."views") AS "total" FROM "videoView" ' +
|
||||
`INNER JOIN "video" ON "video"."id" = "videoView"."videoId" WHERE "video"."uuid" = '${uuid}'`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue