mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Fix
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user