Merge pull request #218 from presenton/fix/speaker-note-null-issue
fix(fastapi): speaker note null issue on api
This commit is contained in:
commit
a6b19aaa34
1 changed files with 1 additions and 0 deletions
|
|
@ -429,6 +429,7 @@ async def generate_presentation_api(
|
|||
layout_group=layout_model.name,
|
||||
layout=slide_layout.id,
|
||||
index=i,
|
||||
speaker_note=slide_content.get("__speaker_note__", ""),
|
||||
content=slide_content,
|
||||
)
|
||||
async_asset_generation_tasks.append(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue