refactor(api): extract timeline batch shift support

This commit is contained in:
2026-03-31 17:57:28 +02:00
parent e082f1748b
commit fb09d6487f
5 changed files with 110 additions and 105 deletions
@@ -5,7 +5,7 @@ import {
buildTimelineBatchShiftAuditChanges,
shiftTimelineAllocationWindow,
type TimelineBatchShiftMode,
} from "./timeline-allocation-mutation-support.js";
} from "./timeline-allocation-batch-shift-support.js";
export async function applyTimelineBatchAllocationShift(input: {
db: PrismaClient;