Removing code
pr CI / Test Suite (pull_request) Successful in 2m20s

This commit is contained in:
2026-08-14 08:24:46 -04:00
parent 5cb3af2870
commit 6493735934
2 changed files with 5 additions and 14 deletions
+1 -7
View File
@@ -197,13 +197,7 @@ pub mod endpoint {
match lr.upload(&file_path, &data).await {
Ok(_res) => {
match repo::coverart::insert(
&pool,
&data.raw_data,
&file_type.file_type,
)
.await
{
match repo::coverart::insert(&pool, &file_type.file_type).await {
Ok(id) => {
println!("Inserting queued data");
match repo::data::queue::coverart::insert(