Skip to content

Commit

Permalink
Sep 8, 2024, 2:38 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 8, 2024
1 parent 08a7687 commit 57a5353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class MoonbeamBalanceAdapter extends BalanceAdapter {

// console.log(`Getting balance data for: ${token} - ${tokenId}`)
// console.log(`Asset object: ${JSON.stringify(tokenData, null, 2)}`)
const queryData = tokenData.toQuery();
// const queryData = tokenData.toQuery();
// console.log(`Query Data: ${queryData}`)

return this.storages.assets(tokenData.toQuery(), address).observable.pipe(
Expand Down

0 comments on commit 57a5353

Please sign in to comment.