We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b708c2 commit 0e732dbCopy full SHA for 0e732db
packages/transaction-controller/src/utils/batch.ts
@@ -23,6 +23,7 @@ import {
23
type TransactionMeta,
24
} from '..';
25
import { CollectPublishHook } from '../hooks/CollectPublishHook';
26
+import { SequentialPublishBatchHook } from '../hooks/SequentialPublishBatchHook';
27
import { projectLogger } from '../logger';
28
import type {
29
NestedTransactionMetadata,
@@ -42,7 +43,6 @@ import {
42
43
type TransactionParams,
44
TransactionType,
45
} from '../types';
-import { SequentialPublishBatchHook } from 'src/hooks/SequentialPublishBatchHook';
46
47
type AddTransactionBatchRequest = {
48
addTransaction: TransactionController['addTransaction'];
0 commit comments