Skip to content

updateing a multi value property does not work. #36

Description

@thorlucas

Have a file like:

---
foo: [a, b]
---

Call

await update('foo', ['a', 'c'], file);

You'll instead get:

---
foo: a,c
---

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