fix: show all insights on overview
This commit is contained in:
@@ -27,9 +27,6 @@ export const insightRouter = createTRPCRouter({
|
|||||||
where: {
|
where: {
|
||||||
projectId,
|
projectId,
|
||||||
state: 'active',
|
state: 'active',
|
||||||
moduleKey: {
|
|
||||||
notIn: ['page-trends', 'entry-pages'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
orderBy: {
|
orderBy: {
|
||||||
impactScore: 'desc',
|
impactScore: 'desc',
|
||||||
|
|||||||
Reference in New Issue
Block a user