mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 07:15:45 +00:00
@@ -16,7 +16,7 @@ import { FirstMileService } from './first-mile.service';
|
|||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
TypeOrmModule.forFeature([FirstMile, FirstMileContainerAllocation]),
|
TypeOrmModule.forFeature([FirstMile, FirstMileContainerAllocation]),
|
||||||
BillingModule,
|
forwardRef(() => BillingModule),
|
||||||
forwardRef(() => BookingsModule),
|
forwardRef(() => BookingsModule),
|
||||||
VehiclesModule,
|
VehiclesModule,
|
||||||
DriversModule,
|
DriversModule,
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ import {
|
|||||||
|
|
||||||
import { ServiceAuthGuard } from "../../common/guards/service-auth.guard";
|
import { ServiceAuthGuard } from "../../common/guards/service-auth.guard";
|
||||||
import { BillingModule } from "../billing/billing.module";
|
import { BillingModule } from "../billing/billing.module";
|
||||||
import { FirstMileModule } from "../first-mile/first-mile.module";
|
// import { FirstMileModule } from "../first-mile/first-mile.module";
|
||||||
import { TrainSchedulingModule } from "../train-scheduling/train-scheduling.module";
|
// import { TrainSchedulingModule } from "../train-scheduling/train-scheduling.module";
|
||||||
import { PaymentRefundEntity } from "./entities/payment-refund.entity";
|
import { PaymentRefundEntity } from "./entities/payment-refund.entity";
|
||||||
import { PaymentWebhookEventEntity } from "./entities/payment-webhook-event.entity";
|
import { PaymentWebhookEventEntity } from "./entities/payment-webhook-event.entity";
|
||||||
import { PaymentEntity } from "./entities/payment.entity";
|
import { PaymentEntity } from "./entities/payment.entity";
|
||||||
@@ -59,8 +59,8 @@ function rabbitMQImport(): DynamicModule[] {
|
|||||||
HttpModule.register({ timeout: 10_000 }),
|
HttpModule.register({ timeout: 10_000 }),
|
||||||
ConfigModule,
|
ConfigModule,
|
||||||
forwardRef(() => BillingModule),
|
forwardRef(() => BillingModule),
|
||||||
forwardRef(() => TrainSchedulingModule),
|
// forwardRef(() => TrainSchedulingModule),
|
||||||
FirstMileModule,
|
// FirstMileModule,
|
||||||
TypeOrmModule.forFeature([
|
TypeOrmModule.forFeature([
|
||||||
PaymentEntity,
|
PaymentEntity,
|
||||||
PaymentWebhookEventEntity,
|
PaymentWebhookEventEntity,
|
||||||
|
|||||||
Reference in New Issue
Block a user