Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 3121013

Browse files
committed
PR comment
1 parent baec100 commit 3121013

File tree

1 file changed

+2
-2
lines changed
  • src/ApiService/ApiService/onefuzzlib/notifications

1 file changed

+2
-2
lines changed

src/ApiService/ApiService/onefuzzlib/notifications/Ado.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public async Async.Task<OneFuzzResultVoid> NotifyAdo(AdoTemplate config, Contain
2525
if (reportable is RegressionReport regressionReport) {
2626
if (regressionReport.CrashTestResult.CrashReport is not null) {
2727
report = regressionReport.CrashTestResult.CrashReport with {
28-
InputBlob = regressionReport?.OriginalCrashTestResult?.CrashReport?.InputBlob ??
29-
regressionReport?.OriginalCrashTestResult?.NoReproReport?.InputBlob
28+
InputBlob = regressionReport.OriginalCrashTestResult?.CrashReport?.InputBlob ??
29+
regressionReport.OriginalCrashTestResult?.NoReproReport?.InputBlob
3030
};
3131
_logTracer.LogInformation("parsing regression report for ado integration. container:{Container} filename:{Filename}", container, filename);
3232
} else {

0 commit comments

Comments
 (0)