Skip to content

Commit

Permalink
remove omitempty for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Mar 21, 2024
1 parent 05382f1 commit 43f6126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/poll.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Poll struct {
Expiry time.Time `json:"expiry"`
AllowMultiselect bool `json:"allow_multiselect"`
LayoutType PollLayoutType `json:"layout_type"`
Results []PollResults `json:"results,omitempty"`
Results []PollResults `json:"results"`
}

type PollMedia struct {
Expand Down

0 comments on commit 43f6126

Please sign in to comment.