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

Commit

Permalink
Browse files Browse the repository at this point in the history
…l-Tool into dev
  • Loading branch information
lsobtafo committed Feb 28, 2024
2 parents 9a067dc + 0a403de commit b3c7f83
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 @@ -210,7 +210,6 @@ public MainWindowViewModel()
SaveCustomQueriesRelay = new RelayCommand(SaveCustomQueries);
EditCustomQueryRelay = new RelayCommand(EditCustomQuery);
DeleteCustomQueryRelay = new RelayCommand(DeleteCustomQuery);
// TODO: Rename below property and method!!!
ExecuteCommandButtonRelay = new RelayCommand(ExecuteCustomQueryCommandButton);

InitializeActiveDirectoryCommandsAsync();

Check warning on line 215 in ActiveDirectoryQuerier/MainWindowViewModel.cs

View workflow job for this annotation

GitHub Actions / build (x64)

Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Expand Down

0 comments on commit b3c7f83

Please sign in to comment.