tsk-211: Fix SQL error when checking queue #217
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user