Skip to content

Commit

Permalink
Update SDK registration (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Jan 9, 2025
1 parent 43c8578 commit 909190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-py/langgraph_sdk/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ async def handler(): ... # Handle store.put ops
"""
if fn is not None:
# Used as a plain decorator
_register_handler(self._auth, None, None, fn)
_register_handler(self._auth, "store", None, fn)
return fn

# Used with parameters, return a decorator
Expand Down

0 comments on commit 909190c

Please sign in to comment.