Skip to content

Commit

Permalink
Update options-util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya authored Dec 1, 2023
1 parent 376f0d0 commit 68aefde
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.summarize ?? {}),
...(obj.algorithms.splice(-1)[0].summarize ?? {}),
};
}

0 comments on commit 68aefde

Please sign in to comment.