Skip to content
Snippets Groups Projects
Commit 9e20b80c authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-951: Updated getTimelineReservation function.

parent b7a99384
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!562Resolves TMSS-951
......@@ -64,7 +64,7 @@ const ReservationService = {
reservations = reservations.concat(secondResponse.data.results);
}
if (stopTime) { // Get the reservations started before the stopTime and exists.
let indefiniteReservations = await ReservationService.getReservations(stopTime);
let indefiniteReservations = await ReservationService.getTimelineReservations(stopTime);
reservations = reservations.concat(indefiniteReservations);
}
} catch(error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment