Skip to content

Commit

Permalink
fix imports (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghel authored Jul 2, 2024
1 parent 1349b0f commit 3abb6ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/endpoints/tokens/token.transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import { TransactionDetailed } from "../transactions/entities/transaction.detail
import { BinaryUtils } from "@multiversx/sdk-nestjs-common";
import { CacheService } from "@multiversx/sdk-nestjs-cache";
import { OriginLogger } from "@multiversx/sdk-nestjs-common";
import { QueryPagination } from "src/common/entities/query.pagination";
import { NftFilter } from "../nfts/entities/nft.filter";
import { IndexerService } from "src/common/indexer/indexer.service";
import { TokenAccount } from "src/common/indexer/entities";
import { DataApiService } from "src/common/data-api/data-api.service";
import BigNumber from "bignumber.js";
import { EsdtType } from "../esdt/entities/esdt.type";
Expand All @@ -31,7 +27,6 @@ export class TokenTransferService {
@Inject(forwardRef(() => EsdtService))
private readonly esdtService: EsdtService,
private readonly assetsService: AssetsService,
private readonly indexerService: IndexerService,
private readonly dataApiService: DataApiService
) { }

Expand Down

0 comments on commit 3abb6ba

Please sign in to comment.