Skip to content

Commit

Permalink
feat(DTFS2-7052): spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Apr 15, 2024
1 parent 0d86a35 commit 4c503ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/geospatial/geospatial.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class GeospatialService {
}

response.results.forEach((item) => {
// Item can have key DPA or LPI, get data dynamicaly, even if we expect key to always be DPA.
// Item can have key DPA or LPI, get data dynamically, even if we expect key to always be DPA.
const item_data = item[Object.keys(item)[0]];
addresses.push({
organisationName: item_data.ORGANISATION_NAME || null,
Expand Down

0 comments on commit 4c503ca

Please sign in to comment.