Skip to content

Commit 3122286

Browse files
committed
fix missing commas
1 parent 5fac100 commit 3122286

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/veda_data_pipeline/utils/LUT/event-hazard-location.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"202510_Flood_AK": {
1919
"hazard": ["Flood"],
2020
"location": ["Alaska"]
21-
}
21+
},
2222
"202507_Flood_TX": {
2323
"hazard": ["Flood"],
2424
"location": ["Texas"]
@@ -38,7 +38,7 @@
3838
"202502_Flood_OhioValley": {
3939
"hazard": ["Flood", "Landslide"],
4040
"location": ["Kentucky", "Tennessee", "Virginia", "West Virginia"]
41-
}
41+
},
4242
"202501_Fire_CA": {
4343
"hazard": ["Fire"],
4444
"location": ["California"]

0 commit comments

Comments
 (0)