Merge branch 'canary' into fix/layout

This commit is contained in:
Mauricio Siu
2026-05-08 18:47:39 -06:00
6 changed files with 28 additions and 9 deletions

View File

@@ -856,8 +856,6 @@ export const projectRouter = createTRPCRouter({
ctx.session.activeOrganizationId,
).then((value) => value.environment);
console.log("targetProject", targetProject);
if (input.includeServices) {
const servicesToDuplicate = input.selectedServices || [];