mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
fix(typo): Pdf -> PDF
This commit is contained in:
@@ -47,11 +47,11 @@ func printToPdfActionFunc(logger *zap.Logger, outputPath string, options Options
|
|||||||
WithFooterTemplate(options.FooterTemplate)
|
WithFooterTemplate(options.FooterTemplate)
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Debug(fmt.Sprintf("print to Pdf with: %+v", printToPdf))
|
logger.Debug(fmt.Sprintf("print to PDF with: %+v", printToPdf))
|
||||||
|
|
||||||
_, stream, err := printToPdf.Do(ctx)
|
_, stream, err := printToPdf.Do(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("print to Pdf: %w", err)
|
return fmt.Errorf("print to PDF: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
reader := &streamReader{
|
reader := &streamReader{
|
||||||
|
|||||||
Reference in New Issue
Block a user