Skip to content

Commit 92fd998

Browse files
authored
2494 remove nc (#2496)
* Remove nc_id from app and api * Fix to PR 2494
1 parent fa0f51b commit 92fd998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/services/neighborhood-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const selectGeoJSONById = async (
3131
'name', name,
3232
'geometry', ST_AsGeoJSON(geometry)::jsonb
3333
) as geojson
34-
FROM neighborhood WHERE id = $<neighborhood>
34+
FROM neighborhood WHERE id = $<neighborhoodId>
3535
`;
3636

3737
const result = await db.one(sql, { neighborhoodId });

0 commit comments

Comments
 (0)