Fix issues being excluded by delphi (#3374)

This commit is contained in:
Jai Agrawal
2025-03-09 17:15:07 -07:00
committed by GitHub
parent 1009695a15
commit 4dd33a2f9e

View File

@@ -247,6 +247,10 @@ pub async fn delphi_result_ingest(
path
));
}
if trace.is_empty() {
thread_header.push_str(&format!("\n\n- issue {issue} found",));
}
}
let mut transaction = pool.begin().await?;