Remove Version property from vote options

This commit is contained in:
Jacob Gunther
2024-05-20 18:18:54 -05:00
parent 24d0102648
commit c993676191

View File

@@ -31,7 +31,6 @@ var (
// VoteOptions is the options provided as query parameters to the vote route.
type VoteOptions struct {
Version int
IPAddress string
Host string
Port uint16