diff --git a/crates/router/src/db.rs b/crates/router/src/db.rs index b23d76018603..458e1ae85174 100644 --- a/crates/router/src/db.rs +++ b/crates/router/src/db.rs @@ -134,7 +134,6 @@ pub trait StorageInterface: + authentication::AuthenticationInterface + generic_link::GenericLinkInterface + relay::RelayInterface - + user::theme::ThemeInterface + 'static { fn get_scheduler_db(&self) -> Box;