Closed svennergr closed 2 months ago
The query expression used to create pattern-key breakdowns is currently broken and missing the enclosing brackets ({ and }).
{
}
LGTM, can confirm this fixes the bug locally. Could we add an e2e test for basic assertion that the breakdowns are working?
The query expression used to create pattern-key breakdowns is currently broken and missing the enclosing brackets (
{
and}
).