This commit is contained in:
2023-08-09 04:22:30 +02:00
parent 7d6aeca21e
commit 4681de3d49
2 changed files with 11 additions and 5 deletions

View File

@@ -98,8 +98,6 @@ pub async fn download_from_cache(
.await
.unwrap();
tokio::spawn(cache_file(cached_data.object_id, cached_data.object_type, db));
log::error!("{:?}", err);
return None;
},