Skip to content

Commit

Permalink
change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Nov 28, 2023
1 parent 364a1af commit 85bcdc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const fetchDeposits = async ({
searchString
})

const ethDepositsFromSubgraph: Transaction[] = depositsFromSubgraph.map(
const mappedDepositsFromSubgraph: Transaction[] = depositsFromSubgraph.map(
(tx: FetchDepositsFromSubgraphResult) => {
const isEthDeposit = tx.type === 'EthDeposit'

Expand Down Expand Up @@ -125,5 +125,5 @@ export const fetchDeposits = async ({
}
)

return ethDepositsFromSubgraph
return mappedDepositsFromSubgraph
}

0 comments on commit 85bcdc6

Please sign in to comment.