🎨 EOF CRLF
This commit is contained in:
parent
8f671afb58
commit
c9dcbc75ec
@ -52,4 +52,4 @@ async def gmaps_textsearch(search: str, api_key: str) -> list[dict[str, Any]]:
|
||||
data = response.json()
|
||||
return data.get("places", [])
|
||||
except Exception:
|
||||
raise HTTPException(status_code=400, detail="Bad Request")
|
||||
raise HTTPException(status_code=400, detail="Bad Request")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user