We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d318e59 commit fd02184Copy full SHA for fd02184
stac_fastapi/core/stac_fastapi/core/core.py
@@ -759,7 +759,7 @@ async def post_search(
759
760
body_limit = None
761
try:
762
- if request.method == "POST" and request.body():
+ if request.method == "POST" and await request.body():
763
body_data = await request.json()
764
body_limit = body_data.get("limit")
765
except Exception:
0 commit comments