Skip to content

Commit

Permalink
fix: html_summary is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Sep 4, 2023
1 parent a6348a6 commit 2c24ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/kwai/api/v1/trainings/schemas/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TrainingContent(BaseModel):
title: str
summary: str
content: str | None
html_summary: str
html_summary: str | None
html_content: str | None


Expand Down

0 comments on commit 2c24ee9

Please sign in to comment.