From 5852cbc5b7f28c5dcf8887548d513dca5e14c17c Mon Sep 17 00:00:00 2001
From: Remco Tukker <remco.tukker@geant.org>
Date: Tue, 20 Jun 2023 09:02:12 +0200
Subject: [PATCH] checked identifier names, removed TODOs

---
 compendium_v2/routes/survey_model.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compendium_v2/routes/survey_model.json b/compendium_v2/routes/survey_model.json
index a9b701dc..ce1c04c9 100644
--- a/compendium_v2/routes/survey_model.json
+++ b/compendium_v2/routes/survey_model.json
@@ -2445,7 +2445,7 @@
       },
       {
        "text":"Optical wavelength",
-       "value":"lambda  !!! TODO is this correct???",
+       "value":"lambda",
        "customDescription":"Layer 1 optical channel for provision of dedicated capacity to demanding users"
       },
       {
@@ -2465,7 +2465,7 @@
       },
       {
        "text":"Network troubleshooting",
-       "value":"user-monitoring  !! TODO is this correct???",
+       "value":"user-monitoring",
        "customDescription":"Enables users at connected institutions to monitor Internet services in real time"
       },
       {
-- 
GitLab