We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb68d90 commit 810fa20Copy full SHA for 810fa20
StabilityMatrix.Avalonia/App.axaml.cs
@@ -534,8 +534,8 @@ internal static IServiceCollection ConfigureServices()
534
retryCount,
535
6,
536
timeSpan.TotalSeconds,
537
- result?.Result.StatusCode,
538
- result?.Result.ToString()
+ result?.Result?.StatusCode,
+ result?.Result?.ToString()
539
);
540
}
541
@@ -562,8 +562,8 @@ internal static IServiceCollection ConfigureServices()
562
563
7,
564
565
566
567
568
569
0 commit comments