Skip to content

Commit fdec6ba

Browse files
authored
Merge pull request #37 from ATNoG/bug/36
Fix #36
2 parents 1c5104c + 9b348e9 commit fdec6ba

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)