Skip to content

Commit

Permalink
Merge pull request #212 from stac-utils/fix_os_get_collections
Browse files Browse the repository at this point in the history
get_all_collections index fix
  • Loading branch information
jonhealy1 authored Mar 18, 2024
2 parents d3c9138 + 7e8fd33 commit 1f2700d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ async def get_all_collections(
search_body["search_after"] = search_after

response = await self.client.search(
index="collections",
index=COLLECTIONS_INDEX,
body=search_body,
)

Expand Down

0 comments on commit 1f2700d

Please sign in to comment.