Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message not optional in type definitions #342

Merged
merged 1 commit into from
Mar 2, 2024
Merged

message not optional in type definitions #342

merged 1 commit into from
Mar 2, 2024

Conversation

luhis
Copy link
Contributor

@luhis luhis commented Dec 28, 2023

Update types to ensure a message is given to avoid failing the runtime message validation:
if (!params.message) throw new Error('message is required')

@rfoel rfoel merged commit 2088cc8 into rfoel:main Mar 2, 2024
github-actions bot pushed a commit that referenced this pull request Mar 2, 2024
## [2.4.4](v2.4.3...v2.4.4) (2024-03-02)

### Bug Fixes

* Improve keywords in package.json ([#341](#341)) ([5c81448](5c81448))
* message not optional in type definitions ([#342](#342)) ([2088cc8](2088cc8))
Copy link

github-actions bot commented Mar 2, 2024

🎉 This PR is included in version 2.4.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants