Skip to content

Commit

Permalink
Trying to get build passing
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed May 6, 2024
1 parent 7dabf7b commit 9ff4314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/pdf-generation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class PdfGenerationService {
});
console.log(`Puppeteer visited page located at ${pdfGenerationRequest.url}`);
const options = { ...htmlToPdfPrintOptions, ...pdfGenerationRequest.pdfOptions };
await report.pdfPage(page, {
await report.pdfPage(page as any, {

Check warning on line 33 in src/services/pdf-generation.ts

View workflow job for this annotation

GitHub Actions / Tests

Unexpected any. Specify a different type
path: pdfGenerationRequest.localFilePath,
...options
});
Expand Down

0 comments on commit 9ff4314

Please sign in to comment.