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 f797ed4 commit 577a0f0Copy full SHA for 577a0f0
stac_fastapi/core/stac_fastapi/core/core.py
@@ -619,9 +619,7 @@ async def post_search(
619
if maybe_count is not None:
620
context_obj["matched"] = maybe_count
621
622
- links = []
623
- if next_token:
624
- links = await PagingLinks(request=request, next=next_token).get_links()
+ links = await PagingLinks(request=request, next=next_token).get_links()
625
626
return ItemCollection(
627
type="FeatureCollection",
0 commit comments