mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-11 13:02:10 +10:00
fix: Accidentally moved request when setting the header
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -127,7 +127,7 @@ pub fn download_game_chunk(
|
|||||||
progress.set(0);
|
progress.set(0);
|
||||||
return Ok(false);
|
return Ok(false);
|
||||||
}
|
}
|
||||||
request.header("Authorization", generate_authorization_header());
|
let request = request.header("Authorization", generate_authorization_header());
|
||||||
|
|
||||||
let response = request
|
let response = request
|
||||||
.send()
|
.send()
|
||||||
|
|||||||
Reference in New Issue
Block a user