We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b92ae commit 143d867Copy full SHA for 143d867
packages/processor/src/service/job.service.ts
@@ -1,10 +1,10 @@
1
import {
2
type QueueJobData,
3
WithdrawalGroupStatus,
4
+ WithdrawalManager,
5
WithdrawalStatus,
6
logger,
7
timeOperation,
- WithdrawalManager,
8
withdrawalPrisma,
9
} from "@intmax2-withdrawal-aggregator/shared";
10
import { EXECUTION_REVERTED_ERROR_MESSAGE } from "../constants";
0 commit comments