Skip to content

Commit

Permalink
chore: removed unused case
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed May 5, 2024
1 parent 1baaf8a commit 0cddab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/fetchers/neutron/responses/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import "main/pkg/types"

func ParseProposalStatus(status string) types.ProposalStatus {
switch status {
case "PROPOSAL_STATUS_DEPOSIT_PERIOD":
return types.ProposalStatusDeposit
case "open":
return types.ProposalStatusVoting
case "executed":
Expand Down

0 comments on commit 0cddab6

Please sign in to comment.