remove urlsToAudio from digest
This commit is contained in:
@ -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[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user