mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -282,8 +282,8 @@ impl<T: auth::TokenStorage> helix::Client<T> {
|
||||
.await
|
||||
{
|
||||
Ok(..) => {}
|
||||
Err(..) => {
|
||||
bail!("create_eventsub_subscription failed")
|
||||
Err(err) => {
|
||||
bail!("create_eventsub_subscription failed {:?}", err);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user