Skip to content

Commit

Permalink
Used wrong type string
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Jan 7, 2021
1 parent 65a4bcd commit c1bdbeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function makeStatement(pipelineGraphVertex, pipelineStage) {
switch (pipelineGraphVertex.typeString) {
case 'plugin':
return PluginStatement.fromPipelineGraphVertex(pipelineGraphVertex, pipelineStage);
case 'vertex':
case 'if':
return IfStatement.fromPipelineGraphVertex(pipelineGraphVertex, pipelineStage);
case 'queue':
return Queue.fromPipelineGraphVertex(pipelineGraphVertex, pipelineStage);
Expand Down

0 comments on commit c1bdbeb

Please sign in to comment.