Skip to content

Commit

Permalink
nevermind re: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
asktree committed Aug 27, 2023
1 parent 349668f commit ce81dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/useVotePluginsClientStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface UseVotePluginsClientStore extends State {
heliumVsrClient: HeliumVsrClient | undefined
nftClient: NftVoterClient | undefined
gatewayClient: GatewayClient | undefined
nftMintRegistrar: undefined | Awaited<ReturnType<typeof tryGetNftRegistrar>>
nftMintRegistrar: any
gatewayRegistrar: any
currentRealmVotingClient: VotingClient
voteStakeRegistryRegistrar: Registrar | null
Expand Down

0 comments on commit ce81dfa

Please sign in to comment.