Test deactivating video capture

pull/1/head
Matteo Cargnelutti 2022-11-18 15:47:57 -05:00
rodzic 5ddc94e110
commit b3719f92e2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();