diff --git a/store/handler.go b/store/handler.go index 6c5ae00..c2b1f44 100644 --- a/store/handler.go +++ b/store/handler.go @@ -20,7 +20,7 @@ func NewVoting( e []string, a bool, ) error { - electors := strings.Join(e, ";") + electors := strings.Join(e, " ") if _, err := votingInsert.Exec(id, r, d.String(), q.String(), t.String(), electors, a); err != nil { return err }