Skip to content

Commit

Permalink
small eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 30, 2024
1 parent fa48e1d commit b31573f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import type { MintBurnSingleResponse } from '../../../shared/models/MintBurn';
import type { PolicyId } from '../../../shared/models/PolicyIdAssetMap';
import {
getTransactionInputs,
type ISqlMintBurnRangeResult,
} from '../models/asset/mintBurnHistory.queries';
import {
adjustToSlotLimits,
Expand All @@ -22,7 +21,7 @@ import { slotBoundsPagination } from '../models/pagination/slotBoundsPagination.
import { MINT_BURN_HISTORY_LIMIT } from '../../../shared/constants';
import { expectType } from 'tsd';
import { TransactionOutput } from '@dcspark/cardano-multiplatform-lib-nodejs';
import { BufferArray } from '../models/address/sqlAddressUsed.queries';
import type { BufferArray } from '../models/address/sqlAddressUsed.queries';

const route = Routes.mintBurnHistory;

Expand Down

0 comments on commit b31573f

Please sign in to comment.