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 b5a4781 commit 254a3f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/uiTypes/VotePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +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
)

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

if (!torAccount.result) return
Expand Down

0 comments on commit 254a3f0

Please sign in to comment.