fix ci
This commit is contained in:
parent
bc0ab88e74
commit
414455a8fb
@ -2125,7 +2125,7 @@ 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);
|
crate::read_custom_client(custom_client_config.into());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::thread::spawn(move || start_server(true));
|
std::thread::spawn(move || start_server(true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user