Skip to content

Commit

Permalink
Merge pull request #142 from P4-Games/fix/balance-response-data
Browse files Browse the repository at this point in the history
merge fix/balance-response-data into develop
  • Loading branch information
dappsar authored Nov 1, 2024
2 parents b5d9b8b + 7543341 commit 1d0d512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/_data/blk-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function getBalancesWithTotalsFromBackend(walletAddress: string): P
Authorization: `Bearer ${BACKEND_API_TOKEN}`
}
})
responseBalances = response.data
responseBalances = response.data.data
} catch (error) {
console.error('Error fetching balance from backend:', error)
responseBalances = defaultBalances
Expand Down

0 comments on commit 1d0d512

Please sign in to comment.