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 5c439b5 commit db92423Copy full SHA for db92423
stac_fastapi/core/stac_fastapi/core/core.py
@@ -318,9 +318,7 @@ async def item_collection(
318
if maybe_count is not None:
319
context_obj["matched"] = maybe_count
320
321
- links = []
322
- if next_token:
323
- links = await PagingLinks(request=request, next=next_token).get_links()
+ links = await PagingLinks(request=request, next=next_token).get_links()
324
325
return ItemCollection(
326
type="FeatureCollection",
0 commit comments