Commit f039f04
fix: add auth middleware to item edit route
The items/{item}/edit route was missing the authed middleware, causing a
"Call to a member function items() on null" error when unauthenticated
users accessed the URL.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a182fba commit f039f04
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments