Skip to content

Commit

Permalink
fix: add unit column to bm threshold list model 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bean, Andrew K committed Jul 30, 2024
1 parent a57ac94 commit 85df903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/biomarker-controller.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class BiomarkerControllerController {
//strip whitespace
upper: threshold.upperThreshold,
lower: threshold.lowerThreshold,
unit: threshold.unit,
thresholdType: threshold.thresholdType,
conditionText: threshold.conditionText,
condition: cond,
Expand Down

0 comments on commit 85df903

Please sign in to comment.