fix ci
This commit is contained in:
parent
414455a8fb
commit
736503df1b
@ -2125,7 +2125,8 @@ pub mod server_side {
|
|||||||
}
|
}
|
||||||
if let Ok(custom_client_config) = env.get_string(&custom_client_config) {
|
if let Ok(custom_client_config) = env.get_string(&custom_client_config) {
|
||||||
if !custom_client_config.is_empty() {
|
if !custom_client_config.is_empty() {
|
||||||
crate::read_custom_client(custom_client_config.into());
|
let custom_client_config: String = custom_client_config.into();
|
||||||
|
crate::read_custom_client(&custom_client_config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::thread::spawn(move || start_server(true));
|
std::thread::spawn(move || start_server(true));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user