Skip to content

Commit

Permalink
fix: comment the unsed var
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradip-p committed Aug 21, 2024
1 parent 0b36027 commit 588f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/waypoints/waypoint_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def get_task_waypoint(
"""

task_geojson = await get_task_geojson(db, task_id)
features = task_geojson["features"][0]
# features = task_geojson["features"][0]
project = await project_deps.get_project_by_id(project_id, db)
# project = await get_project_by_id(db, project_id)

Expand Down

0 comments on commit 588f1eb

Please sign in to comment.