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
@@ -25,7 +25,8 @@ import { triggerAutomations } from '../../api-data/automation/automation.service
import { getCurrentRundown, getEntryWithId, getRundownMetadata } from '../../api-data/rundown/rundown.dao.js';
import { EventTimer } from '../EventTimer.js';
import { RestorePoint, restoreService } from '../RestoreService.js';
import type { RestorePoint } from '../restore-service/restore.type.js';
import { restoreService } from '../restore-service/restore.service.js';
import { skippedOutOfEvent } from '../timerUtils.js';
import {