mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 00:48:44 -04:00
Fix
This commit is contained in:
@@ -307,7 +307,7 @@ impl Client {
|
||||
|
||||
let http_client = reqwest::Client::builder();
|
||||
|
||||
let http_client = match (config.timeout) {
|
||||
let http_client = match config.timeout {
|
||||
Some(x) => http_client.timeout(x),
|
||||
None => http_client,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user