mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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)
|
self.try_dispatch_with_listener(update_listener, update_listener_error_handler)
|
||||||
.await
|
.await
|
||||||
.expect("try_dispatch_with_listener failed")
|
.expect("Couldn't prepare dispatching context")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Same as `dispatch_with_listener` but returns a `Err(_)` instead of
|
/// Same as `dispatch_with_listener` but returns a `Err(_)` instead of
|
||||||
|
|
Loading…
Add table
Reference in a new issue