Skip to content

Commit

Permalink
fix: correctly set granular Article 4 GIS keys for `barking-and-dagen…
Browse files Browse the repository at this point in the history
…ham` (#2760)
  • Loading branch information
jessicamcinchak authored Feb 6, 2024
1 parent 3a89fcd commit 01f06bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.planx.uk/modules/gis/service/digitalLand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export interface LocalAuthorityMetadata {
};
}

/** When a team publishes their granular Article 4 data, add them to this list */
/** When a team publishes their granular Article 4 data, add them to this list. Key must match team slug */
const localAuthorityMetadata: Record<string, LocalAuthorityMetadata> = {
barkingAndDagenham: require("./local_authorities/metadata/barkingAndDagenham"),
"barking-and-dagenham": require("./local_authorities/metadata/barkingAndDagenham"),
barnet: require("./local_authorities/metadata/barnet"),
birmingham: require("./local_authorities/metadata/birmingham"),
buckinghamshire: require("./local_authorities/metadata/buckinghamshire"),
Expand Down

0 comments on commit 01f06bb

Please sign in to comment.