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 97e52a7 commit 76e360eCopy full SHA for 76e360e
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/transactions.py
@@ -53,7 +53,7 @@ def _create_item_index(self):
53
54
def create_item(self, model: stac_types.Item, **kwargs):
55
"""Create item."""
56
- base_url = str(kwargs["request"].base_url
+ base_url = str(kwargs["request"].base_url)
57
58
self._create_item_index()
59
0 commit comments