Commit f623c3e
Fix JavaScript syntax error in dashboard server
Remove extra closing parenthesis that was causing SyntaxError:
- Change `});` to `}` to properly close getDashboardHTML() function
- This was causing the dashboard API to crash on startup
Fixes: "SyntaxError: Unexpected token ')'" at line 62
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e74a608 commit f623c3e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments