This commit is contained in:
yaschalew
2026-07-02 16:55:51 +03:00
parent d8f1ed8899
commit fb8dcb0217

View File

@@ -95,7 +95,6 @@ export class FirstMileService {
if (booking.paymentStatus !== 'PAID') {
throw new BadRequestException(`Booking ${label} is not paid`);
}
console.log("-------------------", booking)
if (!this.bookingRequestsFirstMile(booking)) {
throw new BadRequestException(`Booking ${label} does not require a first mile`);
}