Accidentally disabled the queue! Whoopsies
This commit is contained in:
parent
d8370ee4b8
commit
4bb532b281
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export class ReservationsController {
|
|||
return 'Reservation saved'
|
||||
}
|
||||
this.loggerService.debug('Reservation is available for reservation')
|
||||
// await this.reservationsQueue.add(reservation)
|
||||
await this.reservationsQueue.add(reservation)
|
||||
return 'Reservation queued'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue