Skip to content

Commit

Permalink
Change order of child place type and add safeguard before querying pr…
Browse files Browse the repository at this point in the history
…operties
  • Loading branch information
gmechali committed Jan 2, 2025
1 parent af4b71e commit 83d4375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/routes/dev_place/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def related_places(place_dcid: str):
- Place details (name, type, etc.)
- Lists of nearby, similar, and child places
"""
print("We just a call in dev place api relalted places.")
# Fetch place info
place = place_utils.fetch_place(place_dcid, locale=g.locale)

Expand Down

0 comments on commit 83d4375

Please sign in to comment.