Skip to content
Snippets Groups Projects
Commit c0f28e4d authored by Steve Reis's avatar Steve Reis
Browse files

fix(datashield): Issue with result transformation

parent cea49686
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export const transformToTable = jsonata(`
},
"data": $.$each(function($v, $k) {
$not($k in $params) ? $append($k,$v.*) : undefined
})
})[]
})
`);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment