Skip to content

Commit

Permalink
fix: update UGA eap-actions AB#14646
Browse files Browse the repository at this point in the history
  • Loading branch information
arsforza committed Aug 8, 2022
1 parent 24737f9 commit facbf11
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions services/API-service/src/scripts/json/EAP-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@
"action": "drr-1",
"label": "DRR preliminary action",
"month": {
"National": 4
"National": {
"firstSeason": 4,
"secondSeason": 9
}
}
},
{
Expand All @@ -119,7 +122,10 @@
"action": "shelter-1",
"label": "Shelter preliminary action",
"month": {
"National": 5
"National": {
"firstSeason": 5,
"secondSeason": 10
}
}
},
{
Expand All @@ -131,7 +137,10 @@
"action": "livelihood-1",
"label": "Livelihood preliminary action",
"month": {
"National": 6
"National": {
"firstSeason": 6,
"secondSeason": 11
}
}
},
{
Expand All @@ -143,7 +152,10 @@
"action": "health-1",
"label": "Health preliminary action",
"month": {
"National": 9
"National": {
"firstSeason": 4,
"secondSeason": 9
}
}
},
{
Expand All @@ -155,7 +167,10 @@
"action": "wash-1",
"label": "WASH preliminary action",
"month": {
"National": 10
"National": {
"firstSeason": 5,
"secondSeason": 10
}
}
},
{
Expand All @@ -167,7 +182,10 @@
"action": "inclusion-1",
"label": "Inclusion preliminary action",
"month": {
"National": 11
"National": {
"firstSeason": 6,
"secondSeason": 11
}
}
},
{
Expand Down

0 comments on commit facbf11

Please sign in to comment.