mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Typo in RoutingPort Constructor - isInternal
This commit is contained in:
parent
2502947df8
commit
5f668c7173
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ namespace PepperDash.Essentials.Core
|
|||
Type = type;
|
||||
ConnectionType = connType;
|
||||
Selector = selector;
|
||||
IsInternal = IsInternal;
|
||||
IsInternal = isInternal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue