hotfix/server: fix crash

This commit is contained in:
2023-11-02 20:12:57 +01:00
parent aee959369f
commit 6f3e3741e7

View File

@@ -132,7 +132,7 @@ class GetTranscriptTopic(BaseModel):
text = topic.transcript
segments = [
GetTranscriptSegmentTopic(
text=topic.text,
text=topic.transcript,
start=topic.timestamp,
speaker=0,
)