fix(process): absolute executable invoke

This commit is contained in:
DecDuck
2024-12-24 18:30:38 +11:00
parent 9a8cc594f0
commit 17759c4ad7
3 changed files with 25 additions and 24 deletions

View File

@ -70,7 +70,6 @@ pub fn fetch_user() -> Result<User, RemoteAccessError> {
let endpoint = base_url.join("/api/v1/client/user")?;
let header = generate_authorization_header();
info!("authorization header: {}", header);
let client = reqwest::blocking::Client::new();
let response = client