mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
make title optional for cache in save-page job
This commit is contained in:
parent
fd0bb37d3a
commit
567ce172e6
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ interface SavePageResponse {
|
|||
|
||||
interface FetchResult {
|
||||
finalUrl: string
|
||||
title: string
|
||||
title?: string
|
||||
content?: string
|
||||
contentType?: string
|
||||
readabilityResult?: Readability.ParseResult
|
||||
|
|
|
|||
Loading…
Reference in a new issue