fix(fastapi): speaker note null issue on api

This commit is contained in:
sauravniraula 2025-08-14 21:25:54 +05:45
parent 1dcef2cc92
commit 32aa48e0e6
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -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(