mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
refactor: calculate rundown duration
This commit is contained in:
committed by
Carlos Valente
parent
d71df886f2
commit
66774321a5
@@ -75,6 +75,8 @@ 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
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user