mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove redundant response from return value
This commit is contained in:
parent
f92c6ef5a1
commit
293ed87100
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ async function retrievePage(
|
|||
logRecord.finalUrl = finalUrl
|
||||
logRecord.contentType = contentType
|
||||
|
||||
return { context, page, response, finalUrl, contentType }
|
||||
return { context, page, finalUrl, contentType }
|
||||
} catch (error) {
|
||||
if (lastPdfUrl) {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue