Skip to content

Commit

Permalink
remove Exclude from Vote
Browse files Browse the repository at this point in the history
  • Loading branch information
dantudor committed Sep 22, 2021
1 parent 9ddfb18 commit a0edb98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/explorer/vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ func (v DaoVotes) Slug() string {
}

type Vote struct {
Type VoteType `json:"type"`
Hash string `json:"hash"`
Vote int `json:"vote"`
Exclude bool `json:"vote"`
Type VoteType `json:"type"`
Hash string `json:"hash"`
Vote int `json:"vote"`
}

type VoteType string
Expand Down

0 comments on commit a0edb98

Please sign in to comment.