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

fix(exareme): Issue with Cart and Id3 results

parent 531ec01a
No related branches found
No related tags found
No related merge requests found
......@@ -278,9 +278,10 @@ export const dataJSONtoResult = (
algo: string,
): Array<typeof ResultUnion> => {
switch (algo.toLowerCase()) {
case 'descriptive_stats':
case 'cart':
case 'id3':
return dataToRaw(algo, result);
case 'descriptive_stats':
return descriptiveDataToTableResult(result);
default:
return [];
......
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