Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 16, 2023
1 parent 254a3f0 commit 61d781e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/uiTypes/VotePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,11 @@ export class VotingClient {
): Promise<ProgramAddresses | undefined> => {
if (this.noClient) return
const realm = this.realm!

const torAccount = await fetchTokenOwnerRecordByPubkey(
this.client!.program.provider.connection,
tokenOwnerRecord
)
console.log(this.client)

if (!torAccount.result) return
if (
!realm.account.communityMint.equals(
Expand Down

0 comments on commit 61d781e

Please sign in to comment.