refactor(api): extract timeline batch shift support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user