Skip to content

Commit

Permalink
Convert nulls to empty dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 12, 2023
1 parent 7803017 commit 82aa5a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"collections": {
"adm1": {
"regions": {
"11725": null,
"11726": null
"11725": {},
"11726": {}
}
},
"huc2": {
Expand All @@ -12,8 +12,8 @@
"collections": {
"huc4": {
"regions": {
"12807": null,
"12809": null
"12807": {},
"12809": {}
}
}
}
Expand All @@ -22,7 +22,7 @@
"collections": {
"huc4": {
"regions": {
"12815": null
"12815": {}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"collections": {
"adm1": {
"regions": {
"3701": null
"3701": {}
}
},
"hydro3": {
Expand All @@ -11,12 +11,12 @@
"collections": {
"hydro4": {
"regions": {
"17376": null,
"17376": {},
"17381": {
"collections": {
"hydro5": {
"regions": {
"24989": null
"24989": {}
}
}
}
Expand Down

0 comments on commit 82aa5a6

Please sign in to comment.