diff --git a/app/utils/TwitterCapture.js b/app/utils/TwitterCapture.js index 582d145..57d6c55 100644 --- a/app/utils/TwitterCapture.js +++ b/app/utils/TwitterCapture.js @@ -150,7 +150,7 @@ export class TwitterCapture { } // Try to capture video, if any, and add it as attachment - await this.captureAndAddVideoToPDF(editablePDF); + //await this.captureAndAddVideoToPDF(editablePDF); // Freeze edited PDF in memory editedPDF = await editablePDF.save();