Update SDK registration (#2974)

This commit is contained in:
William FH
2025-01-09 09:20:54 -08:00
committed by GitHub
parent 43c8578eef
commit 909190cede
+1 -1
View File
@@ -510,7 +510,7 @@ class _StoreOn:
"""
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