Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Jun 29, 2023
1 parent 0c73ea6 commit e72b8b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const parser: TransactionParser<Clawback, ClawbackInstructions> = (
tx,
) => {
const account = tx.Account
let amount = formatAmount(tx.Amount)
const amount = formatAmount(tx.Amount)
const holder = amount.issuer
amount.issuer = account

Expand Down

0 comments on commit e72b8b4

Please sign in to comment.