fix python client set_user_state

This commit is contained in:
Ruben Fiszel
2024-03-26 18:57:06 +01:00
parent 70b8442373
commit bf0dd29a1d
+1
View File
@@ -876,6 +876,7 @@ def get_flow_user_state(key: str) -> Any:
"""
return _client.get_flow_user_state(key)
@init_global_client
def set_flow_user_state(key: str, value: Any) -> None:
"""
Set the user state of a flow at a given key