fix: set currentSourceKey & currentSource in order

This commit is contained in:
Andrew Welker
2024-10-30 10:19:55 -05:00
parent db2d8a213d
commit 86ba9e0f16

View File

@@ -187,8 +187,8 @@ namespace PepperDash.Essentials.Core.Routing
Name = sourceTieLine.SourcePort.Key,
};
destination.CurrentSourceInfo = tempSourceListItem; ;
destination.CurrentSourceInfoKey = "$transient";
destination.CurrentSourceInfo = tempSourceListItem;
return;
}