mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Update
This commit is contained in:
@@ -167,6 +167,11 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
match T::after_update(&pool.get().await.unwrap()).await {
|
||||
Ok(_) => (),
|
||||
Err(err) => return Err(err),
|
||||
};
|
||||
|
||||
log::info!("Updated {file_name}...");
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user