Typo in RoutingPort Constructor - isInternal

This commit is contained in:
Michael Willis
2022-03-08 09:42:53 -07:00
parent 2502947df8
commit 5f668c7173

View File

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