We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21afd1 commit 2bb1b04Copy full SHA for 2bb1b04
1 file changed
rad/src/lib.rs
@@ -310,6 +310,7 @@ async fn http_response(
310
let result = run_retrieval_with_data_report(retrieve, &response_string, context, settings).map(
311
|report| {
312
let completion_ts = std::time::SystemTime::now();
313
+
314
RadonReport {
315
context: ReportContext {
316
start_time: Some(start_ts),
0 commit comments