From ae947955aa85fb1eccd8aa9df46547502825d4bd Mon Sep 17 00:00:00 2001 From: natib21 Date: Wed, 24 Jun 2026 13:51:19 +0000 Subject: [PATCH] fix issue --- apps/edr-freight-api/src/modules/payment/payment.module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/edr-freight-api/src/modules/payment/payment.module.ts b/apps/edr-freight-api/src/modules/payment/payment.module.ts index 02adc1885..945dea459 100644 --- a/apps/edr-freight-api/src/modules/payment/payment.module.ts +++ b/apps/edr-freight-api/src/modules/payment/payment.module.ts @@ -57,6 +57,7 @@ function rabbitMQImport(): DynamicModule[] { HttpModule.register({ timeout: 10_000 }), ConfigModule, DropdownSettingsModule, + forwardRef(() => FirstMileModule), forwardRef(() => TrainSchedulingModule), TypeOrmModule.forFeature([PaymentWebhookEventEntity, PaymentRefundEntity]), ...rabbitMQImport(),