Removed impossible code path from support email address code - #30362
Conversation
no ref This change should have no user impact. The previous conditional meant that this line did nothing. Let's remove it.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 4 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (3)
Walkthrough
Merge Risk: ⚪ Minimal · up to This is a narrowly scoped cleanup that removes an impossible code path and is not expected to change user behavior; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
Full details: Type-Safe BoundariesExplanation PASS — The PR changes only an existing JavaScript helper and deletes two lines. The removed assignment was after Full details: New Files Are TypescriptExplanation PASS. The pull request modifies one pre-existing file, ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost:test:ci:integration |
✅ Succeeded | 4m 28s | View ↗ |
nx run ghost:test:legacy |
✅ Succeeded | 3m 19s | View ↗ |
nx run ghost-monorepo:lint:boundaries |
✅ Succeeded | 23s | View ↗ |
nx run-many -t test:unit -p ghost |
✅ Succeeded | 36s | View ↗ |
nx run-many -t lint -p ghost,ghost-monorepo |
✅ Succeeded | 22s | View ↗ |
nx run @tryghost/e2e:test:fixtures |
✅ Succeeded | 1s | View ↗ |
nx run @tryghost/admin:build |
✅ Succeeded | 3s | View ↗ |
nx run-many --target=build --projects=tag:publi... |
✅ Succeeded | <1s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-08-28 14:33:07 UTC
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30362 +/- ##
==========================================
- Coverage 75.99% 75.99% -0.01%
==========================================
Files 1676 1676
Lines 159975 159973 -2
Branches 19574 19569 -5
==========================================
- Hits 121572 121570 -2
- Misses 37382 37413 +31
+ Partials 1021 990 -31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|

no ref
This change should have no user impact.
The previous conditional meant that this line did nothing. Let's remove it.