Merge pull request #963 from PepperDash/hotfix/typo-in-RoutingPort-constructor

Hotfix/typo in routing port constructor
This commit is contained in:
Neil Dorin
2022-06-22 09:54:43 -06:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ namespace PepperDash.Essentials.Core
Type = type;
ConnectionType = connType;
Selector = selector;
IsInternal = IsInternal;
IsInternal = isInternal;
}
}