Last bit of tidying up

This commit is contained in:
kdeng00
2025-06-04 20:36:21 -04:00
parent aade49507a
commit a21fbbfd98
+1 -2
View File
@@ -429,8 +429,6 @@ mod tests {
} }
mod sequence_flow { mod sequence_flow {
// use tower::ServiceExt;
// Flow for queueing song // Flow for queueing song
pub async fn queue_song_flow( pub async fn queue_song_flow(
app: &axum::Router, app: &axum::Router,
@@ -466,6 +464,7 @@ mod tests {
} }
} }
// Flow for queueing coverart
pub async fn queue_coverart_flow( pub async fn queue_coverart_flow(
app: &axum::Router, app: &axum::Router,
song_queue_id: &uuid::Uuid, song_queue_id: &uuid::Uuid,