Commit c850b7f
Fix court case detail API error - remove nonexistent dissent_author field
The API router and schema referenced a dissent_author field that doesn't
exist in the database model or table. This caused 500 errors when viewing
case detail pages (e.g., /cases/1).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a56fb66 commit c850b7f
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
| |||
0 commit comments