From e3cc61e8f5cfae1b883d039cbe887f0b621faff0 Mon Sep 17 00:00:00 2001 From: odumag99 Date: Fri, 10 Jan 2025 14:44:10 +0900 Subject: [PATCH] =?UTF-8?q?participate=5Fvote=EC=97=90=EC=84=9C=20particip?= =?UTF-8?q?ated=5Fcode=5Frequired=EA=B0=80=20false=EC=9E=84=EC=97=90?= =?UTF-8?q?=EB=8F=84=20participation=5Fcode=EA=B0=80=20=EC=A0=9C=EA=B3=B5?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EC=9C=BC=EB=A9=B4=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=EB=82=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snuvote/app/vote/dto/requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snuvote/app/vote/dto/requests.py b/snuvote/app/vote/dto/requests.py index 09965ab..d6d9082 100644 --- a/snuvote/app/vote/dto/requests.py +++ b/snuvote/app/vote/dto/requests.py @@ -71,4 +71,4 @@ class CreateVoteRequest(BaseModel): class ParticipateVoteRequest(BaseModel): participated_choice_ids: List[int] - participation_code: str | None \ No newline at end of file + participation_code: str | None = None \ No newline at end of file