diff --git a/src/runner/baanreserveren/service.ts b/src/runner/baanreserveren/service.ts index aa86f3d..0a62759 100644 --- a/src/runner/baanreserveren/service.ts +++ b/src/runner/baanreserveren/service.ts @@ -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)