Skip to content

Commit

Permalink
UpsertQuestions schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
justintroy committed Dec 9, 2023
1 parent 35421d6 commit 4698cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/questions/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ class Config:
orm_mode = True

class UpsertQuestions(BaseModel):
user_id: UUID4
user_id: string
questions: list[Question]

0 comments on commit 4698cbe

Please sign in to comment.