This commit is contained in:
natib21
2026-06-29 12:08:16 +00:00
parent 5c36c09dae
commit b22ab739db
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ export class FirstMileService {
private readonly bookingsRepository: BookingsRepository,
private readonly vehiclesService: VehiclesService,
private readonly driversService: DriversService,
private readonly notificationsService: NotificationsService,
private readonly smsClient: SmsClientService,
) {}

View File

@@ -37,7 +37,6 @@ export class LastMileService {
private readonly bookingsRepository: BookingsRepository,
private readonly vehiclesService: VehiclesService,
private readonly driversService: DriversService,
private readonly notificationsService: NotificationsService,
private readonly smsClient: SmsClientService,
) {}