Skip to content

Commit

Permalink
Don't need to filter data here.
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Sep 26, 2023
1 parent 5acc1d4 commit 585ea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/normalization/normalize-ref-organ.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function getRawData(context) {
header: true,
skipEmptyLines: true,
})
).data.filter((row) => row.OntologyID.trim() !== '-');
).data;

const dataUrl = Array.isArray(metadata.datatable) ? metadata.datatable[0] : metadata.datatable;

Expand Down

0 comments on commit 585ea39

Please sign in to comment.