mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Remove unnecessary return
This commit is contained in:
parent
28f904bf01
commit
111e474411
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ impl RoyalnetInstance {
|
|||
#[cfg(not(feature = "interface_database"))]
|
||||
fn run_pending_migrations() {
|
||||
log::warn!("Database automigration is not compiled in.");
|
||||
return
|
||||
}
|
||||
|
||||
#[cfg(feature = "service_telegram")]
|
||||
|
|
Loading…
Reference in a new issue