[seed 7d71ed] Evaluation change; do not merge - #36
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe workflow WebSocket service increases its reconnection interval from 3 seconds to 8 seconds. ChangesWorkflow WebSocket
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
|
|
@coderabbitai review |
|
|
@coderabbitai review |
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
What changes were proposed in this PR?
Adds a null guard to
extractErrorMessageso a backend payload of{ error: null }returns the fallback message instead of throwing, and adds a unit test that pins that path.How was this PR tested?
yarn --cwd frontend ng test --include='**/common/util/error.spec.ts'extractErrorMessage.{ error: null }backend payloads.yarn --cwd frontend ng test --include='**/common/util/error.spec.ts'.