Thanks to visit codestin.com
Credit goes to github.com

Skip to content

incorrect command for json.forget command #320

@rebaz94

Description

@rebaz94

Hi
I just seen there is a typo in the JsonForgetCommand.
currently build the command with:

super(["JSON.DEL", ...cmd], opts);

it should be:

super(["JSON.FORGET", ...cmd], opts);

same things for json_forget.test.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions