Commit 4197d46
Claude
admin: fix typo in handleAdminIssueDesktop — writeOK not writeJSON
Previous commit (09298d1) referenced a writeJSON helper that
doesn't exist in server.go; the actual helper is writeOK and
always returns 200 (which matches what we want here anyway).
Caught by Railway build presumably failing.1 parent 09298d1 commit 4197d46
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
| 1081 | + | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| |||
0 commit comments