Skip to content

Commit 97036cc

Browse files
mikeschenvnugent
authored andcommitted
remove comment after merge
1 parent e2ae60b commit 97036cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db/import/usa/AreaTransformer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export const makeDBArea = (node: AreaNode): AreaType => {
111111
totalClimbs: 0,
112112
content: {
113113
description: isLeaf ? (Array.isArray(node.jsonLine.description) ? node.jsonLine.description.join('\n\n') : '') : '',
114-
// TODO: mike fix this by creating a new area and testing
115114
areaLocation: isLeaf ? (Array.isArray(node.jsonLine.areaLocation) ? node.jsonLine.areaLocation.join('\n\n') : '') : ''
116115
}
117116
}

0 commit comments

Comments
 (0)