]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/sql/video/shared/video-table-attributes.ts
Refactor a little bit raw sql builders
[github/Chocobozzz/PeerTube.git] / server / models / video / sql / video / shared / video-table-attributes.ts
index df2ed3fb040c59f76f7d5d508777a67c05a93fce..f4d9e99fd2da76e39aea34297846f07b6a904297 100644 (file)
@@ -6,7 +6,7 @@
  */
 export class VideoTableAttributes {
 
-  constructor (readonly mode: 'get' | 'list') {
+  constructor (private readonly mode: 'get' | 'list') {
 
   }