Merge pull request #914 from Willis1776/bugfix/routingPort-typo-isInternal-Constructor

Typo in RoutingPort Constructor - isInternal
This commit is contained in:
Neil Dorin
2022-06-22 09:38:30 -06:00
committed by GitHub

View File

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