From cb684d2f17c1090210c7f0325dd8e2a04cfa8237 Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Tue, 16 Apr 2024 12:00:31 -0400 Subject: [PATCH] Commit the verifier invalid sink at the end of processing invalid radio threshold files (#790) --- mobile_verifier/src/radio_threshold.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile_verifier/src/radio_threshold.rs b/mobile_verifier/src/radio_threshold.rs index 591b0b74e..732bf92c7 100644 --- a/mobile_verifier/src/radio_threshold.rs +++ b/mobile_verifier/src/radio_threshold.rs @@ -175,7 +175,7 @@ where .await? .commit() .await?; - self.verified_report_sink.commit().await?; + self.verified_invalid_report_sink.commit().await?; Ok(()) }