feat(sse): scope timeline events to affected audiences
This commit is contained in:
@@ -1315,6 +1315,7 @@ export const timelineRouter = createTRPCRouter({
|
||||
newStartDate: newStartDate.toISOString(),
|
||||
newEndDate: newEndDate.toISOString(),
|
||||
costDeltaCents: validation.costImpact.deltaCents,
|
||||
resourceIds: assignments.map((assignment) => assignment.resourceId),
|
||||
});
|
||||
|
||||
return { project: updatedProject, validation };
|
||||
|
||||
Reference in New Issue
Block a user