Go
pr CI / Test Suite (pull_request) Failing after 2m30s

This commit is contained in:
2026-08-14 10:12:03 -04:00
parent ffe293d955
commit d20bc830f3
2 changed files with 92 additions and 51 deletions
+4 -4
View File
@@ -233,10 +233,10 @@ pub async fn get_all_songs(pool: &sqlx::PgPool) -> Result<Vec<simodels::song::So
.try_get("directory")
.map_err(|_e| sqlx::Error::RowNotFound)
.unwrap(),
file_key: row
.try_get("file_key")
.map_err(|_e| sqlx::Error::RowNotFound)
.unwrap(),
file_key: row
.try_get("file_key")
.map_err(|_e| sqlx::Error::RowNotFound)
.unwrap(),
date_created: Some(date_created_time),
user_id: row
.try_get("user_id")