fix(db): phase 4 group 6 — session guard, type safety, SQL filter fixes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 17:33:48 +08:00
co-authored by Claude Sonnet 4.6
parent f591c0be18
commit dacc1a5265
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export default async function CapaListPage() {
Incidents
</Link>
</div>
<CapaBoard capas={capas as Parameters<typeof CapaBoard>[0]['capas']} />
<CapaBoard capas={capas} />
</main>
)
}