Skip to content

Commit 0e732db

Browse files
committed
fix: lint
1 parent 2b708c2 commit 0e732db

File tree

1 file changed

+1
-1
lines changed
  • packages/transaction-controller/src/utils

1 file changed

+1
-1
lines changed

packages/transaction-controller/src/utils/batch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import {
2323
type TransactionMeta,
2424
} from '..';
2525
import { CollectPublishHook } from '../hooks/CollectPublishHook';
26+
import { SequentialPublishBatchHook } from '../hooks/SequentialPublishBatchHook';
2627
import { projectLogger } from '../logger';
2728
import type {
2829
NestedTransactionMetadata,
@@ -42,7 +43,6 @@ import {
4243
type TransactionParams,
4344
TransactionType,
4445
} from '../types';
45-
import { SequentialPublishBatchHook } from 'src/hooks/SequentialPublishBatchHook';
4646

4747
type AddTransactionBatchRequest = {
4848
addTransaction: TransactionController['addTransaction'];

0 commit comments

Comments
 (0)