refactor: account for overlapping in rundown

This commit is contained in:
Carlos Valente
2024-08-26 10:49:17 +02:00
committed by Carlos Valente
parent c43b6f37f9
commit 25c7915cf7
8 changed files with 149 additions and 82 deletions
-1
View File
@@ -75,7 +75,6 @@ export { validateEndAction, validateTimerType } from './src/validate-events/vali
// feature business logic - rundown
export { checkIsNow } from './src/date-utils/checkIsNow.js';
export { checkIsNextDay } from './src/date-utils/checkIsNextDay.js';
export { checkOverlap } from './src/date-utils/checkOverlap.js';
export { getTimeFromPrevious } from './src/date-utils/getTimeFromPrevious.js';
// feature business logic - spreadsheet import