Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Sep 9, 2024
1 parent 1aca9a6 commit 4a058e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func buildOneOfExpressions(data yaml.Node, path []string) (any, error) {
}
}

// Try just returning
discriminator := discriminatorNode.Value()
return &infer.OneOfExpression{
Discriminator: discriminator,
Expand Down

0 comments on commit 4a058e0

Please sign in to comment.