mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-09 20:12:14 +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);
|
||||
return Ok(false);
|
||||
}
|
||||
request.header("Authorization", generate_authorization_header());
|
||||
let request = request.header("Authorization", generate_authorization_header());
|
||||
|
||||
let response = request
|
||||
.send()
|
||||
|
||||
Reference in New Issue
Block a user