Skip to content

Commit

Permalink
get_search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-cf committed May 5, 2024
1 parent 5c439b5 commit db92423
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stac_fastapi/core/stac_fastapi/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ async def item_collection(
if maybe_count is not None:
context_obj["matched"] = maybe_count

links = []
if next_token:
links = await PagingLinks(request=request, next=next_token).get_links()
links = await PagingLinks(request=request, next=next_token).get_links()

return ItemCollection(
type="FeatureCollection",
Expand Down

0 comments on commit db92423

Please sign in to comment.