fix(newsletters): remove dead methods referencing removed bodyPersistable - #1204
Conversation
…able [LFXV2-2812] Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Andres Tobon <andrest2455@gmail.com>
PR SummaryLow Risk Overview No behavior change—only deletes unreachable code. Reviewed by Cursor Bugbot for commit 9d9a085. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe newsletter management component removes two private helpers that computed and formatted missing draft requirements. No replacement logic or changes to draft saving or sending are shown. ChangesNewsletter draft cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Removes dead newsletter draft-validation helpers that referenced the deleted bodyPersistable() method and caused TS2339 builds to fail.
Changes:
- Removes two unused private helper methods.
- Eliminates the stale
bodyPersistable()reference.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
missingDraftRequirementsandformatMissing) fromnewsletter-manage.component.tsthat were introduced in feat(meetings): fetch host key from v1_meeting_host_credentials #1196 but callthis.bodyPersistable()— a method removed in a prior revert — causing a TS2339 build failure onmain.Ticket
LFXV2-2812
🤖 Generated with Claude Code