From b6bc5cf0534bb57d5575e462bcd88210207d7dc5 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Thu, 29 Dec 2022 02:30:13 -0300 Subject: [PATCH] I have no idea --- app/models/BallotFields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/BallotFields.py b/app/models/BallotFields.py index 25bc33e..3c975d0 100644 --- a/app/models/BallotFields.py +++ b/app/models/BallotFields.py @@ -9,4 +9,4 @@ class BallotFields(BaseModel): """ cid: str - weight: int + vote: bool