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