changeset 5406:6d73836bc2fb marking-single-beam

quick fix of typo
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 06 Jul 2021 14:26:02 +0200
parents 5e7fca6ef935
children 850f5847d18a
files pkg/controllers/surveys.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/surveys.go	Tue Jul 06 14:18:54 2021 +0200
+++ b/pkg/controllers/surveys.go	Tue Jul 06 14:26:02 2021 +0200
@@ -34,7 +34,7 @@
   s.depth_reference,
   COALESCE(g.objname, 'ERROR: MISSING GAUGE') AS gauge_objname,
   r.value AS waterlevel_value,
-  COALESCE(s.surtype, 'ERROR: MISSING SURVEY TYPE) AS surtype
+  COALESCE(s.surtyp, 'ERROR: MISSING SURVEY TYPE') AS surtype
 FROM waterway.bottlenecks AS b
   JOIN waterway.sounding_results AS s ON b.bottleneck_id = s.bottleneck_id
   LEFT JOIN waterway.gauges AS g