Fixing issue with scheduler sending single reservation
This commit is contained in:
parent
3ae0e0b782
commit
1d5c75b252
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export const schedule = async (
|
|||
}
|
||||
|
||||
logger?.info('Reservation request can be performed now')
|
||||
await reserve(reservation)
|
||||
await reserve([reservation])
|
||||
return {
|
||||
scheduledReservation: { reservation },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue