Dirty implementation of createVotes
This commit is contained in:
@ -20,8 +20,8 @@ type Election struct {
|
||||
Tokens int
|
||||
AreVotersKnown bool
|
||||
MaxVoters int
|
||||
CreatedAt string
|
||||
ExpiresAt string
|
||||
CreatedAt time.Time
|
||||
ExpiresAt time.Time
|
||||
Choices []string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user