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
commit c39fd231bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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