fix: WHIP not cleaning up

This commit is contained in:
2026-08-07 17:21:15 +01:00
parent e00541c07d
commit aa1d4e8f67
3 changed files with 14 additions and 9 deletions
-1
View File
@@ -201,7 +201,6 @@ async fn catalog_handler(
user: x.stream_key_user.clone(),
started_at: x.started_at,
})
.into_iter()
.collect::<Vec<_>>();
Ok(Json(catalog))
}