make title optional for cache in save-page job
This commit is contained in:
@ -70,7 +70,7 @@ interface SavePageResponse {
|
||||
|
||||
interface FetchResult {
|
||||
finalUrl: string
|
||||
title: string
|
||||
title?: string
|
||||
content?: string
|
||||
contentType?: string
|
||||
readabilityResult?: Readability.ParseResult
|
||||
|
||||
Reference in New Issue
Block a user