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 4d6b0ae commit 152ecf0Copy full SHA for 152ecf0
stac_fastapi/mongo/stac_fastapi/mongo/database_logic.py
@@ -79,7 +79,7 @@ async def create_item_index():
79
f"An error occurred while creating indexes for collection {ITEMS_INDEX}: {e}"
80
)
81
finally:
82
- await client.close()
+ client.close()
83
84
85
def mk_item_id(item_id: str, collection_id: str):
0 commit comments