Skip to content

Commit bc80a31

Browse files
authored
Merge pull request #28 from ATNoG/bug/27
Fix #27
2 parents 27dbb87 + d26b81b commit bc80a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverlessworkflow/sdk/callback_state.py

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

5151
_default_values = {'type': 'callback', 'usedForCompensation': False, }
52-
SwfBase.__init__(self, locals(), kwargs, SwfBase.default_hydration, _default_values)
52+
SwfBase.__init__(self, locals(), kwargs, CallbackState.f_hydration, _default_values)
5353

5454
@staticmethod
5555
def f_hydration(p_key, p_value):

0 commit comments

Comments
 (0)