Skip to content

Commit

Permalink
remove comment after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeschen authored and vnugent committed Feb 13, 2025
1 parent e2ae60b commit 97036cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/db/import/usa/AreaTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const makeDBArea = (node: AreaNode): AreaType => {
totalClimbs: 0,
content: {
description: isLeaf ? (Array.isArray(node.jsonLine.description) ? node.jsonLine.description.join('\n\n') : '') : '',
// TODO: mike fix this by creating a new area and testing
areaLocation: isLeaf ? (Array.isArray(node.jsonLine.areaLocation) ? node.jsonLine.areaLocation.join('\n\n') : '') : ''
}
}
Expand Down

0 comments on commit 97036cc

Please sign in to comment.