Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Remove bad variable increase
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Mar 12, 2024
1 parent 2d5e8bd commit c856477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ActiveDirectoryQuerier/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ private void GetCurrentQuery()

commandParameters[i] = commandParameter.Name;
commandParameterValues[i] = commandParameter.Value.ToString()!;
i++; // TODO: Remove this line!
}
_currentQuery.PSCommandParameters = commandParameters;
_currentQuery.PSCommandParameterValues = commandParameterValues;
Expand Down

0 comments on commit c856477

Please sign in to comment.