630 B
630 B
title, status, type, priority, created_at, updated_at
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| Fix TypeScript build errors in RunEncounters.tsx | completed | bug | normal | 2026-03-21T11:24:09Z | 2026-03-21T11:25:37Z |
Two TS errors blocking production build:\n1. Line 693: (typeof bossResults)[number] fails because bossResults is BossResult[] | undefined\n2. Line 1601: Parameter 'tm' implicitly has 'any' type