Skip to content

Commit

Permalink
Merge pull request #35 from joemoorhouse/renaming
Browse files Browse the repository at this point in the history
Fix naming convention
  • Loading branch information
joemoorhouse authored Nov 17, 2023
2 parents 04c03ac + 0213693 commit 65049bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physrisk_api/app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_image(resource, x=None, y=None, z=None, format="png", requester: Request
"resource": resource,
"tile": None if not x or not y or not z else (int(x), int(y), int(z)),
"colormap": colormap,
"scenarioId": scenarioId,
"scenario_id": scenarioId,
"year": year,
"group_ids": [data_access],
"max_value": max_value,
Expand Down

0 comments on commit 65049bd

Please sign in to comment.