Skip to content

Commit

Permalink
fix: Assign A4 category (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Dec 4, 2023
1 parent e4f255f commit c3c0ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions api.planx.uk/modules/gis/service/digitalLand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ async function go(
value: true,
text: baseSchema["article4"].pos,
data: formattedResult[localCaz].data,
category: baseSchema["article4"].category,
};
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ const baseSchema: PlanningConstraintsBaseSchema = {
active: false,
neg: "is not an Explosives or Ordnance Storage site",
pos: "is an Explosives or Ordnance Storage site",
category: "Military and defense",
category: "Military and defence",
},
"defence.safeguarded": {
active: false,
neg: "is not on Safeguarded land",
pos: "is on Safeguarded land",
category: "Military and defense",
category: "Military and defence",
},
hazard: {
active: false,
Expand Down

0 comments on commit c3c0ad8

Please sign in to comment.