From b81a2e0de614c718770a22592d852eee2ce6ade5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Wed, 18 Feb 2026 10:44:03 +0100 Subject: [PATCH] fix: show all insights on overview --- packages/trpc/src/routers/insight.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/trpc/src/routers/insight.ts b/packages/trpc/src/routers/insight.ts index 51d2c5a9..02343d26 100644 --- a/packages/trpc/src/routers/insight.ts +++ b/packages/trpc/src/routers/insight.ts @@ -27,9 +27,6 @@ export const insightRouter = createTRPCRouter({ where: { projectId, state: 'active', - moduleKey: { - notIn: ['page-trends', 'entry-pages'], - }, }, orderBy: { impactScore: 'desc',