Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Dafydd Llŷr Pearson <[email protected]>
  • Loading branch information
jessicamcinchak and DafyddLlyr authored Feb 2, 2024
1 parent e172b95 commit 322747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.planx.uk/modules/gis/service/digitalLand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function go(

// --- LISTED BUILDINGS ---
if (formattedResult["listed"] && formattedResult["listed"].value) {
["listd.grade.I", "listed.grade.II", "listed.grade.II*"].forEach(
["listed.grade.I", "listed.grade.II", "listed.grade.II*"].forEach(
(grade) =>
(formattedResult[grade] = {
fn: grade,
Expand Down

0 comments on commit 322747d

Please sign in to comment.