Skip to content

Commit

Permalink
codecy comment resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulBothe99 committed Aug 26, 2024
1 parent b267d73 commit a900f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private void LoadExectionHistory()
/// Loads remote execution history data asynchronously.
/// Shows loading indicators, fetches the data, and hides the loading indicators.
/// </summary>
private async void LoadRemoteData()
private async Task LoadRemoteData()
{
xButtonPnl.Visibility = Visibility.Visible;
GraphQlLoadingVisible();
Expand Down

0 comments on commit a900f08

Please sign in to comment.