mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -27,7 +27,7 @@ where
|
||||
.await?
|
||||
.error_for_status()?;
|
||||
|
||||
Ok(response.json::<T>().await?)
|
||||
Ok(response.json::<T>().await.unwrap())
|
||||
}
|
||||
|
||||
pub async fn get_book(
|
||||
|
||||
Reference in New Issue
Block a user