Fix getProject: remove invalid isArchived filter on tasks

This commit is contained in:
2026-01-28 18:37:57 +00:00
parent 03fce9f391
commit ed99c14212

View File

@@ -33,9 +33,6 @@ export const projectRoutes = new Elysia({ prefix: '/projects' })
sections: {
orderBy: [asc(sections.sortOrder)],
},
tasks: {
where: eq(projects.isArchived, false),
},
},
});