1
Fork 0
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:
Steffo 2024-08-19 07:34:35 +02:00
parent 28f904bf01
commit 111e474411
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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")]