Skip to content

Commit fdd8eee

Browse files
Matin Gohar FarMatin Gohar Far
authored andcommitted
fixed wrong status in comment
1 parent d5b47fe commit fdd8eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/votings/voting_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
// Open is the state for an open voting session, meaning that votes are allowed.
1313
Open VotingStatus = "OPEN"
1414

15-
// Canceled represents a canceled voting session (the DB enum uses ABORTED)
15+
// Aborted represents an aborted voting session (the DB enum uses ABORTED)
1616
Aborted VotingStatus = "ABORTED"
1717

1818
// Closed is the state for a closed voting session.

0 commit comments

Comments
 (0)