tsk-211: Fix SQL error when checking queue #217

Merged
kdeng00 merged 5 commits from tsk-211 into main 2025-10-22 21:42:19 -04:00
Showing only changes of commit d56479fd57 - Show all commits
-5
View File
@@ -98,11 +98,6 @@ pub async fn get_most_recent_and_update(pool: &sqlx::PgPool) -> Result<SongQueue
.bind(status::READY)
.fetch_one(pool)
.await;
/*
.map_err(|e| {
eprintln!("Error inserting: {e}");
});
*/
match result {
Ok(row) => {