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
commit 05dadbe8ee
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;
}
}