make title optional for cache in save-page job

This commit is contained in:
Hongbo Wu
2024-01-23 16:55:17 +08:00
parent fd0bb37d3a
commit 567ce172e6

View File

@ -70,7 +70,7 @@ interface SavePageResponse {
interface FetchResult {
finalUrl: string
title: string
title?: string
content?: string
contentType?: string
readabilityResult?: Readability.ParseResult