Last bit of tidying up
This commit is contained in:
+1
-2
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user