chore: fix lint/type issues from seven-feature integration

This commit is contained in:
2026-05-09 23:35:21 +08:00
parent 085ebb54d4
commit 5ed60ef3cc
6 changed files with 18 additions and 31 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ export const screenshotRoutes = new Elysia({ prefix: "/performance" })
// ── List screenshots ────────────────────────────────────────────
.get(
"/:id/screenshots",
async ({ params, set }) => {
async ({ params }) => {
const screenshots = await db
.select({
id: entryScreenshots.id,