Skip to content
Snippets Groups Projects

Refactor

Merged Bjarke Madsen requested to merge refactor into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -548,6 +548,7 @@ VALUE_TO_CODE_MAPPING = {
16668: {
"NREN owns and operates equipment": "nren_owns_and_operates",
"NREN owns equipment and operation is outsourced": "nren_owns_outsourced_operation",
"NREN owns equipment and operation is out-sourced": "nren_owns_outsourced_operation",
"Ownership and management are out-sourced (turn-key model)": "outsourced_ownership_and_operation",
"Other": "other"
},
@@ -592,6 +593,7 @@ VALUE_TO_CODE_MAPPING = {
"Routers/switches": "routers",
"Firewalls": "firewalls",
"Load balancers": "load_balancers",
"load balancers": "load_balancers",
"VPN Concentrator Services": "vpn_concentrators",
"Other": "other"
},
Loading