]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video.ts
Update server dependencies
[github/Chocobozzz/PeerTube.git] / server / models / video / video.ts
index 0ee3feaf3dbc0bd90f96718dad8e02d7c0a38353..0d1dbf106f0a8f936196c05c7cd897aeec3769a9 100644 (file)
@@ -1608,7 +1608,7 @@ export class VideoModel extends Model<VideoModel> {
     'LIMIT 1'
 
     const options = {
-      type: QueryTypes.SELECT,
+      type: QueryTypes.SELECT as QueryTypes.SELECT,
       bind: { followerActorId, videoId },
       raw: true
     }