-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: Remove signature overloading #376
Conversation
Node tests are failing. |
tsc is failing in examples. |
@childish-sambino It's weird how tsc throws error only on |
Really strange. Not sure why it works in some cases but not in others. See if changing the if check to this helps if (params instanceof Function) {
callback = params; |
Relates to microsoft/TypeScript#37663 (comment) |
[twilio-oai-generator-php] Kudos, SonarCloud Quality Gate passed! |
[twilio-oai-generator-node] SonarCloud Quality Gate failed. |
[twilio-oai-generator-java] Kudos, SonarCloud Quality Gate passed! |
[twilio-oai-generator-go] Kudos, SonarCloud Quality Gate passed! |
Internal JIRA Link: DI-2426
Generated Changes: twilio/twilio-node#872
Note: After reviewing the implementation of
getPage
function - it seems thattargetURL
param should not be optional