chore(ops): feedback.senaste upp till 10 for EOC-panelen
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user