Skip to content

Commit 82a73a4

Browse files
committed
remove token from item collection
1 parent f825d0c commit 82a73a4

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/elasticsearch/stac_fastapi/elasticsearch

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_collection(self, collection_id: str, **kwargs) -> Collection:
9494
return self.collection_serializer.db_to_stac(collection["_source"], base_url)
9595

9696
def item_collection(
97-
self, collection_id: str, limit: int = 10, token: str = None, **kwargs
97+
self, collection_id: str, limit: int = 10, **kwargs
9898
) -> ItemCollection:
9999
"""Read an item collection from the database."""
100100
links = []

0 commit comments

Comments
 (0)