This commit is contained in:
natib21
2026-06-24 09:35:54 +00:00
parent 8c3827c70b
commit 9c7300dcac
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ const FREIGHT_QUEUE = PAYMENT_QUEUES[PaymentServiceEnum.FREIGHT];
HttpModule.register({ timeout: 10_000 }),
ConfigModule,
DropdownSettingsModule,
FirstMileModule,
forwardRef(() => FirstMileModule),
forwardRef(() => TrainSchedulingModule),
TypeOrmModule.forFeature([PaymentWebhookEventEntity, PaymentRefundEntity]),
RabbitMQModule.forRootAsync({