Skip to content

Commit

Permalink
altered id of top of normal range thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeGordon83 committed Oct 17, 2024
1 parent 48c17be commit 1431e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/views/lib/process-imtd-thresholds.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function calculateAlertThreshold (imtdThresholds, stationStageDatum, stationSubt
})
} else if (Number(pc5)) {
imtdThresholdAlerts.push({
id: 'alertThreshold',
id: 'pc5',
description: TOP_OF_NORMAL_RANGE,
shortname: TOP_OF_NORMAL_RANGE,
value: parseFloat(Number(pc5)).toFixed(2)
Expand Down

0 comments on commit 1431e6d

Please sign in to comment.