mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 05:18:11 +00:00
changes
This commit is contained in:
@@ -1368,7 +1368,7 @@ export class TrainSchedulingService {
|
|||||||
* in the future) using the CURRENT global-rules config. Schedules already OPEN or
|
* in the future) using the CURRENT global-rules config. Schedules already OPEN or
|
||||||
* past their window are left untouched — customers may have booked against the
|
* past their window are left untouched — customers may have booked against the
|
||||||
* times they were shown, so those stay frozen. Returns the count re-stamped.
|
* times they were shown, so those stay frozen. Returns the count re-stamped.
|
||||||
*/
|
*/
|
||||||
async restampPendingWindows(): Promise<number> {
|
async restampPendingWindows(): Promise<number> {
|
||||||
const cfg = await this.getWindowConfig();
|
const cfg = await this.getWindowConfig();
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
|
|||||||
Reference in New Issue
Block a user