Skip to content

Duplicate periods fields are not merged correctly #6

@nandenjin

Description

@nandenjin

periods properties of output may contain:

[
  [ [ 5 ], [ 1 ] ],
  [ [ 5 ], [ 3, 4, 5 ] ]
]

but it should be merged like:

[
  [ [ 5 ], [ 1, 3, 4, 5 ] ]
]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions