This commit is contained in:
naskya 2024-07-01 14:09:28 +09:00
parent f2693af52d
commit dd67433cf1
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -549,8 +549,8 @@ fn create_new_server_config(
}, },
}, },
id, id,
file,
security: todo!(), security: todo!(),
file,
}; };
Ok(server_config) Ok(server_config)