Skip to content

Commit

Permalink
Remove alfafrens census types
Browse files Browse the repository at this point in the history
refs #181
  • Loading branch information
elboletaire committed Aug 19, 2024
1 parent 8b34df1 commit 5093238
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion webapp/src/components/CensusTypeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const CensusTypeSelector = ({
{ value: 'community', label: '🏘️ Community based', visible: !!complete },
{ value: 'channel', label: '⛩ Farcaster channel gated' },
{ value: 'followers', label: '❤️ My Farcaster followers and me' },
{ value: 'alfafrens', label: '💙 My alfafrens channel subscribers', visible: !!complete && !composer },
{ value: 'custom', label: '🦄 Token based via CSV', visible: !!complete && !composer },
{ value: 'nft', label: '🎨 NFT based via airstack', isDisabled: !import.meta.env.airstackEnabled },
{ value: 'erc20', label: '💰 ERC20 based via airstack', isDisabled: !import.meta.env.airstackEnabled },
Expand Down
4 changes: 0 additions & 4 deletions webapp/src/components/PollForm/usePollFormProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ export const usePollFormProvider = () => {
})
break
}
case 'alfafrens': {
call = bfetch(`${appUrl}/census/alfafrens`, { method: 'POST' })
break
}
case 'farcaster':
break
default:
Expand Down

0 comments on commit 5093238

Please sign in to comment.