Skip to content

Commit

Permalink
fix(point): add positive bool
Browse files Browse the repository at this point in the history
  • Loading branch information
seelengxd committed Sep 27, 2024
1 parent 06941c2 commit 0d657e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/user_questions/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class PointMiniDTO(BaseModel):
body: str
point_analysises: list[PointAnalysisDTO]
fallback: FallbackDTO | None = None
positive: bool


class AnswerDTO(BaseModel):
Expand Down

0 comments on commit 0d657e0

Please sign in to comment.