Skip to content

Commit

Permalink
Drop unused proposal types
Browse files Browse the repository at this point in the history
  • Loading branch information
traumschule committed Jun 1, 2023
1 parent acae474 commit 94ea49e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui/src/proposals/types/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export type ProposalType =
| 'slashWorkingGroupLead'
| 'setWorkingGroupLeadReward'
| 'terminateWorkingGroupLead'
| 'amendConstitution'
| 'cancelWorkingGroupLeadOpening'
| 'setMembershipPrice'
| 'setCouncilBudgetIncrement'
Expand All @@ -55,11 +54,7 @@ export type ProposalType =
| 'setInitialInvitationCount'
| 'setMembershipLeadInvitationQuota'
| 'setReferralCut'
| 'createBlogPost'
| 'editBlogPost'
| 'lockBlogPost'
| 'unlockBlogPost'
| 'veto'
| 'updateChannelPayouts'
)

Expand Down

0 comments on commit 94ea49e

Please sign in to comment.