fix: use the encoded bytes instead of mistakenly discarding them

This commit is contained in:
2026-05-28 11:35:08 -04:00
parent 7b5be35112
commit 6198387cc4

View File

@@ -76,7 +76,7 @@ impl RenderManager {
} else {
tracing::info!("encode ok");
}
encode_result.expect("TODO");
let bytes = encode_result.expect("TODO");
let path = render.to_string();