mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 22:40:58 +03:00
Cleanup
This commit is contained in:
@@ -41,7 +41,6 @@ func (P *PDF) Process(_ context.Context, url string) ([]entity.File, error) {
|
||||
|
||||
gen.AddPage(page)
|
||||
|
||||
// Create PDF document in internal buffer
|
||||
err = gen.Create()
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("create pdf: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user