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