From 1431e6d702d3bb150ff97482e6efe73e328a7fbc Mon Sep 17 00:00:00 2001 From: LeeGordon83 Date: Thu, 17 Oct 2024 14:10:59 +0100 Subject: [PATCH] altered id of top of normal range thresholds --- server/models/views/lib/process-imtd-thresholds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/models/views/lib/process-imtd-thresholds.js b/server/models/views/lib/process-imtd-thresholds.js index 150901618..49fa288a7 100644 --- a/server/models/views/lib/process-imtd-thresholds.js +++ b/server/models/views/lib/process-imtd-thresholds.js @@ -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)