Fix getProject: remove invalid isArchived filter on tasks
This commit is contained in:
@@ -33,9 +33,6 @@ export const projectRoutes = new Elysia({ prefix: '/projects' })
|
||||
sections: {
|
||||
orderBy: [asc(sections.sortOrder)],
|
||||
},
|
||||
tasks: {
|
||||
where: eq(projects.isArchived, false),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user