Fixing adding to waiting list in reservations worker to save waiting list id
This commit is contained in:
parent
3a88831148
commit
67c5374832
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export class ReservationsWorker {
|
||||||
reservation.dateRangeStart,
|
reservation.dateRangeStart,
|
||||||
reservation.dateRangeEnd,
|
reservation.dateRangeEnd,
|
||||||
)
|
)
|
||||||
await this.brService.addReservationToWaitList(reservation)
|
await this.addReservationToWaitList(reservation)
|
||||||
} else {
|
} else {
|
||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue