We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa7847 commit 6227034Copy full SHA for 6227034
1 file changed
database/poll.go
@@ -312,7 +312,6 @@ func (poll *Poll) GetResult(ctx context.Context) ([]map[string]int, error) {
312
// In that case, it's a tie?
313
if val != minVote {
314
end = false
315
- break
316
}
317
318
if end {
0 commit comments