-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix: isend sms provider unexpected provider error #5135
Conversation
❌ Deploy Preview for dev-web-novu failed.
|
package.json
Outdated
@@ -13,7 +13,7 @@ | |||
"commit": "cz", | |||
"nx": "nx", | |||
"lint-staged": "lint-staged", | |||
"generate:provider": "npx hygen provider new --version 0.16.3", | |||
"generate:provider": "npx hygen provider new --version 0.22.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👌🏼
But I am wondering if there is a way we can automate this version number.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to read version in package.json 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's create a linear ticket for that and address it later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the provider to the sort-providers
file on web
Added ✅ |
What change does this PR introduce?
Why was this change needed?
closes #5123
Other information (Screenshots)