mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove urlsToAudio from digest
This commit is contained in:
parent
1da9b51dec
commit
0d8b17f6aa
2 changed files with 0 additions and 2 deletions
|
|
@ -440,7 +440,6 @@ export const createDigestJob = async (jobData: CreateDigestJobData) => {
|
|||
id: jobData.id,
|
||||
title,
|
||||
content: generateContent(summaries),
|
||||
urlsToAudio: [],
|
||||
jobState: TaskState.Succeeded,
|
||||
speechFiles,
|
||||
chapters: filteredSummaries.map((item, index) => ({
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ export interface Digest {
|
|||
content?: string
|
||||
chapters?: Chapter[]
|
||||
|
||||
urlsToAudio?: string[]
|
||||
speechFiles?: SpeechFile[]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue