Skip to content

Commit

Permalink
dev-Environmental-Exposure: remove fallbacks of exposure radius, only…
Browse files Browse the repository at this point in the history
… listen http request
  • Loading branch information
jc2341 committed Jan 29, 2025
1 parent 55b2c82 commit ceec71c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def calculate_exposure_area():
"""
data = request.json
trajectoryIRIs = data.get("trajectoryIRIs", [])
exposure_radius = data.get("exposure_radius", 100)
exposure_radius = data.get("exposure_radius")
dataIRIs = data.get("DataIRIs", [])
final_results = []

Expand Down

0 comments on commit ceec71c

Please sign in to comment.