Skip to content

Commit

Permalink
create_vote에서도 status 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
odumag99 committed Jan 9, 2025
1 parent 9a6d6a3 commit d06b9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snuvote/app/vote/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def add_vote(self,

vote = Vote(writer_id=writer_id,
create_datetime=create_datetime,
title=title, content=content,
status=True,
title=title, content=content,
end_datetime=end_datetime,
participation_code_required=participation_code_required,
participation_code=participation_code,
Expand Down

0 comments on commit d06b9b3

Please sign in to comment.