fix error

This commit is contained in:
Marshal
2026-07-02 10:40:31 +00:00
parent cdc2592bc7
commit 7d3eb39625
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ import { FirstMileService } from './first-mile.service';
@Module({
imports: [
TypeOrmModule.forFeature([FirstMile, FirstMileContainerAllocation]),
BillingModule,
forwardRef(() => BillingModule),
forwardRef(() => BookingsModule),
VehiclesModule,
DriversModule,