Skip to content

Commit b56e93e

Browse files
committed
fix #27
Signed-off-by: Pedro Escaleira <[email protected]>
1 parent 80c4549 commit b56e93e

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)