Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Mar 19, 2024
1 parent 0effcf4 commit 02a006d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ trait AstForExpressionsCreator(implicit withSchemaValidation: ValidationMode) {
case MemberBindingExpression => astForMemberBindingExpression(node, baseTypeFullName)
case InvocationExpression =>
astForInvocationExpression(node)
case _ => Seq.empty[Ast]
case _ => astForNode(node)
}
case None => Seq.empty[Ast]
}
Expand Down

0 comments on commit 02a006d

Please sign in to comment.