Skip to content

Commit c26728f

Browse files
delete redundant await
1 parent 2173208 commit c26728f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visual-js/visual-snapshots/src/app/pdf-handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class PdfCommandHandler {
1515
const visualSnapshots = new VisualSnapshotsApi(visualApi);
1616
const pdfConverter = new PdfConverter();
1717

18-
const pdfPageImages = await pdfConverter.convertPagesToImages(pdfFilePath);
18+
const pdfPageImages = pdfConverter.convertPagesToImages(pdfFilePath);
1919
await visualSnapshots.generateAndSendPdfFileSnapshots(
2020
pdfPageImages,
2121
params,

0 commit comments

Comments
 (0)