Skip to content

Commit bec19d9

Browse files
authored
Merge pull request #12 from antmendoza/removed-property-added-by-mistake
removed-property-added-by-mistake
2 parents 55bfed8 + 4ef905b commit bec19d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serverlessworkflow/sdk/action.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Action:
2323
retryableErrors: [str] = None
2424
actionDataFilter: ActionDataFilter = None
2525
condition: str = None
26-
jespin: str = None
2726

2827
def __init__(self,
2928
id: str = None,

0 commit comments

Comments
 (0)