Changing monitor to view 1 week in advance when no reservations are required
This commit is contained in:
parent
28f730cf81
commit
c61f75cb02
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export class ReservationsCronService {
|
|||
)
|
||||
} else {
|
||||
this.loggerService.log('Monitoring reservations')
|
||||
await this.brService.monitorCourtReservations(dayjs())
|
||||
await this.brService.monitorCourtReservations(dayjs().add(7, 'day'))
|
||||
}
|
||||
this.loggerService.log('handleDailyReservations ending')
|
||||
await this.ntfyProvider.sendCronStopNotification(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue