Skip to content

Commit

Permalink
feat(LAU2): Add LAU2 to codes block
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Dec 9, 2020
1 parent 3861f1b commit 3af2938
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/models/postcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export interface PostcodeInterface {
ccg_id: string;
ced: string;
nuts: string;
lsoa: string | null;
msoa: string | null;
lau2: string | null;
};
}
Expand Down Expand Up @@ -759,8 +757,6 @@ const toJson = function (
ccg_id: p.ccg_code,
ced: p.ced_id,
nuts: p.nuts_code,
lsoa: p.lsoa,
msoa: p.msoa,
lau2: p.nuts_id,
},
// Insert distance if present
Expand Down

0 comments on commit 3af2938

Please sign in to comment.