Closed knilios closed 2 months ago
Since the end_date can be null, and if that is the case, it means that the poll is valid forever. Therefore, can_vote must return true in this case.
end_date
can_vote
true
Since the
end_date
can be null, and if that is the case, it means that the poll is valid forever. Therefore,can_vote
must returntrue
in this case.