Fixing issue with handling waiting list emails exiting early
This commit is contained in:
parent
4441dff5b8
commit
cc37cfd19f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export class WaitingListService {
|
|||
dateRangeStart,
|
||||
)
|
||||
|
||||
if (reservations.length) {
|
||||
if (reservations.length === 0) {
|
||||
this.loggerService.error('Found no reservations on waiting list')
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue