Skip to content

Commit 5e46d8e

Browse files
committed
Merge branch 'main' of github.com:serverlessworkflow/sdk-python
2 parents a68335d + fdec6ba commit 5e46d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverlessworkflow/sdk/on_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self,
1919
**kwargs):
2020

2121
_default_values = {'actionMode': 'sequential'}
22-
SwfBase.__init__(self, locals(), kwargs, SwfBase.default_hydration, _default_values)
22+
SwfBase.__init__(self, locals(), kwargs, OnEvents.f_hydration, _default_values)
2323

2424
@staticmethod
2525
def f_hydration(p_key, p_value):

0 commit comments

Comments
 (0)