Removing monitor from flow as it adds a substantial delay

This commit is contained in:
Collin Duncan 2024-04-18 09:44:11 +02:00
parent eb55f6afaf
commit 1fcd49af2a
No known key found for this signature in database

View file

@ -572,7 +572,6 @@ export class BaanReserverenService {
try {
await this.init()
await this.navigateToDay(reservation.dateRangeStart)
await this.monitorCourtReservations()
await this.selectAvailableTime(reservation)
await this.selectOwner(reservation.ownerId)
await this.selectOpponents(reservation.opponents)