Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marchsu committed Aug 9, 2024
1 parent c13fb15 commit 562fcea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coinbase/staking_balance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { StakingBalance as StakingBalanceModel } from "../client";
import { Coinbase } from "./coinbase";
import { Asset } from "./asset";
import { AssetAmount } from "./asset_amount";

/**
Expand Down Expand Up @@ -53,7 +52,6 @@ export class StakingBalance {
100,
page?.length ? page : undefined,
);
const asset = await Asset.fetch(networkId, assetId);

response.data.data.forEach(stakingBalance => {
stakingBalances.push(new StakingBalance(stakingBalance));
Expand Down

0 comments on commit 562fcea

Please sign in to comment.