mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update crates/teloxide/src/dispatching/dispatcher.rs
LGTM Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
parent
1452695a15
commit
0c37e7d40e
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ where
|
|||
{
|
||||
self.try_dispatch_with_listener(update_listener, update_listener_error_handler)
|
||||
.await
|
||||
.expect("try_dispatch_with_listener failed")
|
||||
.expect("Couldn't prepare dispatching context")
|
||||
}
|
||||
|
||||
/// Same as `dispatch_with_listener` but returns a `Err(_)` instead of
|
||||
|
|
Loading…
Reference in a new issue