chore(ops): feedback.senaste upp till 10 for EOC-panelen

This commit is contained in:
Sven (AAMOS AI)
2026-08-11 18:22:07 +07:00
parent 90b23fcd7f
commit 4adde4faff
+1 -1
View File
@@ -613,7 +613,7 @@ async function feedbackBlock(db: Database): Promise<OpsFeedbackBlock> {
})
.from(schema.feedback)
.orderBy(sql`${schema.feedback.createdAt} DESC`)
.limit(5);
.limit(10);
return {
oppna: asNumber(countsRow.oppna),