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 bd71de5 commit ba7efafCopy full SHA for ba7efaf
stac_fastapi/core/stac_fastapi/core/core.py
@@ -270,12 +270,6 @@ async def item_collection(
270
Exception: If any error occurs while reading the items from the database.
271
"""
272
request: Request = kwargs["request"]
273
- query_params = dict(request.query_params) # Convert MultiDict to dict
274
-
275
- # I am not sure why I have to do this .... as of stac-fastapi 2.5.2
276
- if "datetime" in query_params:
277
- datetime = query_params["datetime"]
278
279
base_url = str(request.base_url)
280
281
collection = await self.get_collection(
0 commit comments