fix(mta): fix unused-vars lint error in health server catch block #4052
ccantynzcommented Jun 16, 2026
Originally written by @vercel[bot] on GitHub.
Deployment failed with the following error:
There is no GitHub account connected to this Vercel account.ccantynzcommented Jun 16, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| alec-rae-com-admin | Jun 16, 2026 3:50am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/AlecRae.com/pull/79
Summary
catch (error)in the health server try/catch declarederrorbut never referenced it (@typescript-eslint/no-unused-vars)catch (err)and included it in the warning message so diagnostics show the actual failure reasonTest plan
bun run lintpasses inservices/mtagit pull && sudo systemctl restart alecrae-mta→ MTA starts cleanlyhttps://claude.ai/code/session_017mhAkS4qhMjcvVnyFi61xp
Generated by Claude Code