diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingPort.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingPort.cs index cfd6f09e..79dd4eda 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingPort.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Routing/RoutingPort.cs @@ -25,7 +25,7 @@ namespace PepperDash.Essentials.Core Type = type; ConnectionType = connType; Selector = selector; - IsInternal = IsInternal; + IsInternal = isInternal; } }