refactor: simplify restore point

This commit is contained in:
Carlos Valente
2025-09-06 09:41:04 +02:00
committed by Alex Christoffer Rasmussen
parent bc1b3800c8
commit 1866e5e78d
10 changed files with 361 additions and 288 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import {
} from 'ontime-utils';
import { timeNow } from '../utils/time.js';
import type { RestorePoint } from '../services/RestoreService.js';
import type { RestorePoint } from '../services/restore-service/restore.type.js';
import { getCurrent, getExpectedFinish, getRuntimeOffset, getTimerPhase } from '../services/timerUtils.js';
import { loadRoll, normaliseRollStart } from '../services/rollUtils.js';
import { timerConfig } from '../setup/config.js';