Skip to content

Commit

Permalink
Update packages/account/src/providers/transaction-summary/get-transac…
Browse files Browse the repository at this point in the history
…tion-summary.ts

Co-authored-by: Daniel Bate <djbate23@gmail.com>
  • Loading branch information
Torres-ssf and danielbate authored Nov 15, 2024
1 parent 7d38c8c commit 3c8f2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export async function getTransactionsSummaries(
});

const { transactionsByOwner } = await provider.operations.getTransactionsByOwner({
owner,
...validPaginationParams,
owner,
});

const { edges, pageInfo } = transactionsByOwner;
Expand Down

0 comments on commit 3c8f2ff

Please sign in to comment.