Fixing issue with scheduler sending single reservation
This commit is contained in:
parent
058af75553
commit
0d68d11af4
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')
|
logger?.info('Reservation request can be performed now')
|
||||||
await reserve(reservation)
|
await reserve([reservation])
|
||||||
return {
|
return {
|
||||||
scheduledReservation: { reservation },
|
scheduledReservation: { reservation },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue