From c5bfc24db1ae38d8488e566a2c9ff8afd42c0e5c Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Sat, 08 Aug 2026 19:16:59 +0800
Subject: [PATCH] chore: bind final observer test candidate
---
src/asr_realtime.rs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/asr_realtime.rs b/src/asr_realtime.rs
index 69c2843..a108c44 100644
--- a/src/asr_realtime.rs
+++ b/src/asr_realtime.rs
@@ -106,9 +106,7 @@
F: FnOnce() -> HashMap<String, String>,
{
let metadata = AudioIngressMetadata::from_participant(&read_attributes())
- .map_err(|reason| anyhow!(reason))
- .ok()
- .flatten();
+ .map_err(|reason| anyhow!(reason))?;
Self::start(
http,
config,
--
Gitblit v1.9.3