Skip to content

Commit

Permalink
fix(adapter): Removed comment around getTID300RepresentationArguments…
Browse files Browse the repository at this point in the history
… 'tool' parameter (#322)

Fixes #306
  • Loading branch information
SveinungOverland committed Oct 10, 2022
1 parent 5fe862e commit d8f05ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapters/src/adapters/Cornerstone/FreehandRoi.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FreehandRoi {
return state;
}

static getTID300RepresentationArguments(/*tool*/) {
static getTID300RepresentationArguments(tool) {
const { handles, finding, findingSites, cachedStats = {} } = tool;
const { points } = handles;
const { area = 0, perimeter = 0 } = cachedStats;
Expand Down

0 comments on commit d8f05ff

Please sign in to comment.