[fix](trx-frontend-http): clean spectrum stream warning

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 00:44:56 +01:00
parent c703a5bafd
commit eb920ce138
@@ -311,7 +311,7 @@ pub async fn spectrum(
.map(|g| g.snapshot());
let payload = match next {
Some((revision, frame)) if last_revision == Some(revision) => None,
Some((revision, _frame)) if last_revision == Some(revision) => None,
Some((revision, Some(frame))) => {
last_revision = Some(revision);
serde_json::to_string(&frame).ok()