Skip to content

Commit

Permalink
review codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Nov 3, 2023
1 parent a803dc3 commit 517c30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Control/PipeAndFilterControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ private async Task ExecuteTasksPipes(List<(string Id, Func<EventPipe<T>, Cancell
var isvalidtask = true;
if (tasks[i].TaskCondition.HasValue)
{
var sta = TaskStatus.WaitingForActivation;
TaskStatus sta;
string? aliasprev = null;
if (!string.IsNullOrEmpty(_prevPipe))
{
Expand Down

0 comments on commit 517c30c

Please sign in to comment.