diff --git a/rust-components/network-functions-handler/src/run.rs b/rust-components/network-functions-handler/src/run.rs index 9edc989..09d8b17 100644 --- a/rust-components/network-functions-handler/src/run.rs +++ b/rust-components/network-functions-handler/src/run.rs @@ -23,6 +23,7 @@ where Dispatcher::builder(bot, handler) .dependencies(dptree::deps![cache]) + .distribution_function(|_| None::) .build() .dispatch_with_listener( listener,