Skip to content

Commit

Permalink
Update options-util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Dec 1, 2023
1 parent 4aee043 commit 376f0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/js/options-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ function selectOutputDirectory(obj) {
function getSummarizeOptions(obj) {
return {
annotationMethod: _find_algorithm(obj) || 'unknown',
...(obj.algorithms.slice(-1)[0].summarize ?? {}),
...(obj.summarize ?? {}),
};
}

0 comments on commit 376f0d0

Please sign in to comment.