optimization & cleanup

This commit is contained in:
Ara Sadoyan
2026-03-26 16:58:53 +01:00
parent 4706b281bc
commit 7b9b206c13
3 changed files with 47 additions and 58 deletions

View File

@@ -104,7 +104,7 @@ async fn populate_headers_and_auth(config: &mut Configuration, parsed: &Config)
auth_type: Arc::from(pa.auth_type.clone()),
auth_cred: Arc::from(pa.auth_cred.clone()),
};
config.extraparams.authentication = Some(y);
config.extraparams.authentication = Some(Arc::from(y));
}
}