From a8661af93b6e60502523451095d5bfcef394b625 Mon Sep 17 00:00:00 2001 From: David Lebee Date: Tue, 10 Apr 2018 18:26:44 -0500 Subject: [PATCH] make sure its latest. --- PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs b/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs index c5cd3fc..0fd8814 100644 --- a/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs +++ b/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs @@ -138,6 +138,8 @@ namespace PoweredSoft.DynamicLinq.ConsoleApp parentExpression, currentExpressionLambda); } }); + + Result = currentExpression; } } }