mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 17:31:37 +00:00
Fixed spelling
This commit is contained in:
parent
eceda541e0
commit
bdb2a1b010
@ -163,7 +163,7 @@ pub fn stop_qdrant_server() {
|
||||
cleanup_qdrant(IS_DEV.get().unwrap());
|
||||
}
|
||||
|
||||
/// Create temporary directory with TLS relevant files
|
||||
/// Create a temporary directory with TLS relevant files
|
||||
pub fn create_temp_tls_files(path: &PathBuf) -> Result<(PathBuf, PathBuf), Box<dyn Error>> {
|
||||
let cert = generate_certificate();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user