This commit is contained in:
2024-08-05 23:48:42 +02:00
parent 549aa81bb8
commit 754b44d19a

View File

@@ -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);
}
};
}