Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Oct 11, 2024
1 parent 74d3416 commit 365291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,6 @@ export async function getSolanaReceived({ options, balances, target }: { options
// AND transfer_type = 'sol_transfer'` // enable this if you want to track only SOL transfers

const res = await queryAllium(query)
balances.addUSDValue(res[0].usd_value)
balances.addUSDValue(res[0].usd_value ?? 0)
return balances
}

0 comments on commit 365291a

Please sign in to comment.