Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 26126b3

Browse files
committed
Remove workflow name when selecting self
1 parent 37d4f31 commit 26126b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Code/serverless/Decider/Workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const workflow = function workflow(name, definition) {
169169
}
170170

171171
_selectSelf() {
172-
return new Select(this._processor).workflow(name).withId(this.context.id);
172+
return new Select(this._processor).workflow().withId(this.context.id);
173173
}
174174
};
175175

0 commit comments

Comments
 (0)