Skip to content

Commit

Permalink
fix: try fixing concurrent problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Apr 3, 2024
1 parent 174723c commit 0e9e90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust-components/network-functions-handler/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ where

Dispatcher::builder(bot, handler)
.dependencies(dptree::deps![cache])
.distribution_function(|_| None::<std::convert::Infallible>)
.build()
.dispatch_with_listener(
listener,
Expand Down

0 comments on commit 0e9e90a

Please sign in to comment.