Improved types for MemberRepository#dispatchEvent#27388
Conversation
towards https://linear.app/ghost/issue/NY-1190 ref #27364 `MemberRepository.prototype.dispatchEvent` had no types. This adds them, and fixes a minor bug caused by the lack of types. This should have no user impact, but makes an upcoming PR (see ref) a little smaller.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis change updates the 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



towards https://linear.app/ghost/issue/NY-1190
ref #27364
MemberRepository.prototype.dispatchEventhad no types. This adds them, and fixes a minor bug caused by the lack of types.This should have no user impact, but makes an upcoming PR (see ref) a little smaller.