Merge pull request #1306 from Tria-plc/freight_feature/usermanagement

changes
This commit is contained in:
marshal
2026-08-17 09:15:47 +03:00
committed by GitHub

View File

@@ -1368,7 +1368,7 @@ export class TrainSchedulingService {
* 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
* times they were shown, so those stay frozen. Returns the count re-stamped.
*/
*/
async restampPendingWindows(): Promise<number> {
const cfg = await this.getWindowConfig();
const now = new Date();