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
No known key found for this signature in database
GPG Key ID: 9E6F3F4BF45EC433

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