Skip to content

Commit 9b348e9

Browse files
committed
fix #36
Signed-off-by: Pedro Escaleira <[email protected]>
1 parent 1c5104c commit 9b348e9

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)