diff --git a/src/reservations/controller.ts b/src/reservations/controller.ts index cc84050..8e5a8b9 100644 --- a/src/reservations/controller.ts +++ b/src/reservations/controller.ts @@ -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' }