Skip to content

Commit 5e60210

Browse files
committed
Fix possible merge conflict in aio __init__
1 parent 21ffded commit 5e60210

File tree

1 file changed

+1
-0
lines changed
  • libs/langgraph-checkpoint-mongodb/langgraph/checkpoint/mongodb

1 file changed

+1
-0
lines changed

libs/langgraph-checkpoint-mongodb/langgraph/checkpoint/mongodb/aio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def __init__(
9292
self.writes_collection = self.db[writes_collection_name]
9393
self._setup_future: asyncio.Future | None = None
9494
self.loop = asyncio.get_running_loop()
95+
self.ttl = ttl
9596

9697
async def _setup(self) -> None:
9798
"""Create indexes if not present."""

0 commit comments

Comments
 (0)