Skip to content

deleteMyCommands missing stringifying scope field #1281

@XC-Zhang

Description

@XC-Zhang

Source Code

deleteMyCommands(form = {}) {
    // missing following
    // if (form.scope) {
    //     form.scope = JSON.stringify(form.scope);
    // }
    return this.request('deleteMyCommands`, { form });
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions