diff --git a/server/models/views/lib/process-imtd-thresholds.js b/server/models/views/lib/process-imtd-thresholds.js index 66ab5cdd2..741c35a9b 100644 --- a/server/models/views/lib/process-imtd-thresholds.js +++ b/server/models/views/lib/process-imtd-thresholds.js @@ -80,6 +80,5 @@ function calculateAlertThreshold (imtdThresholds, stationStageDatum, stationSubt } module.exports = { - processThreshold, processImtdThresholds }