]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/video-comment.ts
Try to fix travis
[github/Chocobozzz/PeerTube.git] / server / lib / video-comment.ts
index 59bce7520af4c1732988d49b81f6f0347123413d..bfe22d225b88ecfb7b7b3aa6846f2e35c41b492c 100644 (file)
@@ -28,7 +28,7 @@ async function createVideoComment (obj: {
     videoId: obj.video.id,
     accountId: obj.account.id,
     url: 'fake url'
-  }, { transaction: t, validate: false })
+  }, { transaction: t, validate: false } as any) // FIXME: sequelize typings
 
   comment.set('url', getVideoCommentActivityPubUrl(obj.video, comment))