-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: Triggers parity #1003
fix: Triggers parity #1003
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
❌ Changes requested. Reviewed everything up to 867f5b6 in 1 minute and 34 seconds
More details
- Looked at
107
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. js/src/cli/triggers.ts:273
- Draft comment:
ThegetOpenAPIClient()
function is called but its return value is not used. This is likely a mistake. Consider using the returned client or removing the call if it's unnecessary. - Reason this comment was not posted:
Marked as duplicate.
Workflow ID: wflow_8m6YkGmkJVRPceTZ
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
js/src/cli/triggers.ts
Outdated
} | ||
|
||
async handleSetAction(callbackURL: string): Promise<void> { | ||
getOpenAPIClient() |
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.
The getOpenAPIClient()
function is called but its return value is not used. This is likely a mistake. Consider using the returned client or removing the call if it's unnecessary.
This comment was generated by github-actions[bot]! JS SDK Coverage Report📊 Coverage report for JS SDK can be found at the following URL: 📁 Test report folder can be found at the following URL: |
…osio into fix-cli-parity-4
Important
Add CLI support for enabling triggers and managing callback URLs with new
TriggerEnable
andTriggerCallback
classes.TriggerEnable
class to enable existing triggers via CLI.TriggerCallback
class to manage callback URLs for triggers, withset
andget
commands.ConnectionsCommand
to includeTriggerEnable
andTriggerCallback
commands.This description was created by
for 867f5b6. It will automatically update as commits are pushed.