Skip to content

Commit

Permalink
participate_vote에서 participated_code_required가 false임에도 participation…
Browse files Browse the repository at this point in the history
…_code가 제공되지 않으면 에러나는 문제 fix
  • Loading branch information
odumag99 committed Jan 10, 2025
1 parent d06b9b3 commit e3cc61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuvote/app/vote/dto/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ class CreateVoteRequest(BaseModel):

class ParticipateVoteRequest(BaseModel):
participated_choice_ids: List[int]
participation_code: str | None
participation_code: str | None = None

0 comments on commit e3cc61e

Please sign in to comment.