Clippy warning fixes

This commit is contained in:
kdeng00
2025-05-24 18:56:49 -04:00
parent 2ab3ac7799
commit 0e4afa042a
+1 -1
View File
@@ -262,7 +262,7 @@ pub mod cov_db {
) )
.bind(&coverart.title) .bind(&coverart.title)
.bind(&coverart.path) .bind(&coverart.path)
.bind(&song_id) .bind(song_id)
.fetch_one(pool) .fetch_one(pool)
.await .await
.map_err(|e| { .map_err(|e| {