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

fix: upload config argument error #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danewalters
Copy link
Contributor

No description provided.

Copy link
Member

@fahchen fahchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

查一下 GraphQL,我发现另外的几个 command (包括 projects_draft_configuration_instance_command_inputprojects_draft_configuration_capability_command_input)也有些不对

Comment on lines +225 to +231
if ("pluginName" in obj) {
// deno-lint-ignore no-unused-vars
const { pluginName, ...newObj } = obj;
return newObj;
} else {
return obj;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的判断根据 instance 和 capability 来区分一下,不要用 "pluginName" in obj

Copy link

New task

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

Successfully merging this pull request may close these issues.

2 participants