fix: show all insights on overview

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-18 10:44:03 +01:00
parent d7e6e737c9
commit b81a2e0de6

View File

@@ -27,9 +27,6 @@ export const insightRouter = createTRPCRouter({
where: {
projectId,
state: 'active',
moduleKey: {
notIn: ['page-trends', 'entry-pages'],
},
},
orderBy: {
impactScore: 'desc',