tsk-196: Moving SongQueue struct #240

Merged
kdeng00 merged 3 commits from tsk-196 into main 2025-11-03 13:56:18 -05:00
Showing only changes of commit fe50bc9efd - Show all commits
+3 -1
View File
@@ -81,7 +81,9 @@ pub async fn update(
}
}
pub async fn get_most_recent_and_update(pool: &sqlx::PgPool) -> Result<dbtype::SongQueue, sqlx::Error> {
pub async fn get_most_recent_and_update(
pool: &sqlx::PgPool,
) -> Result<dbtype::SongQueue, sqlx::Error> {
let result = sqlx::query(
r#"
UPDATE "songQueue"