From 562fceab6f597c2c00dc1faffc31f96c81084d30 Mon Sep 17 00:00:00 2001 From: "marc.xu" Date: Fri, 9 Aug 2024 09:36:02 -0700 Subject: [PATCH] lint --- src/coinbase/staking_balance.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/coinbase/staking_balance.ts b/src/coinbase/staking_balance.ts index 0a6707e6..bd766ba7 100644 --- a/src/coinbase/staking_balance.ts +++ b/src/coinbase/staking_balance.ts @@ -1,6 +1,5 @@ import { StakingBalance as StakingBalanceModel } from "../client"; import { Coinbase } from "./coinbase"; -import { Asset } from "./asset"; import { AssetAmount } from "./asset_amount"; /** @@ -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));