File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ def create_tag(title):
31
31
"code" :old ['code' ],
32
32
"url" :old ['url' ],
33
33
"registerType" :create_tag (old ['registerType' ]),
34
- "jurisdiction" :[ list (map (lambda x : x ['countryCode' ],old ['jurisdiction' ])) if old ['jurisdiction' ] else None ] ,
35
- "subnationalJurisdiction" :[ list (map (lambda x : x ['regionCode' ],old ['subnational' ])) if old ['subnational' ] else None ] ,
34
+ "coverage" : list (map (lambda x : x ['countryCode' ],old ['jurisdiction' ])) if old ['jurisdiction' ] else None ,
35
+ "subnationalCoverage" : list (map (lambda x : x ['regionCode' ],old ['subnational' ])) if old ['subnational' ] else None ,
36
36
"sector" :list (map (lambda x : create_tag (x ['name' ]),old ['sector' ])) if old ['sector' ] else None ,
37
37
"structure" :list (map (lambda x : struct_map [create_tag (x ['name' ])],old ['structure' ])) if old ['structure' ] else None ,
38
38
"access" : {
You can’t perform that action at this time.
0 commit comments