diff --git a/pkg/innerring/processors/netmap/nodevalidation/locode/validator.go b/pkg/innerring/processors/netmap/nodevalidation/locode/validator.go index 78e352f0d..e98d33d0a 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/locode/validator.go +++ b/pkg/innerring/processors/netmap/nodevalidation/locode/validator.go @@ -33,8 +33,7 @@ const ( attrKeyCountryCode = "CountryCode" attrKeyCountry = "Country" - attrKeyLocationCode = "LocationCode" - attrKeyLocation = "Location" + attrKeyLocation = "Location" attrKeySubDivCode = "SubDivCode" attrKeySubDiv = "SubDiv" @@ -55,8 +54,7 @@ func New(prm Prm) *Validator { attrKeyCountryCode: {converter: countryCodeValue}, attrKeyCountry: {converter: countryValue}, - attrKeyLocationCode: {converter: locationCodeValue}, - attrKeyLocation: {converter: locationValue}, + attrKeyLocation: {converter: locationValue}, attrKeySubDivCode: {converter: subDivCodeValue, optional: true}, attrKeySubDiv: {converter: subDivValue, optional: true},