Merge pull request #51 from eltociear/patch-1

chore: update config.rs
This commit is contained in:
Silas Marvin
2024-08-06 12:42:27 -07:00
committed by GitHub

View File

@@ -376,7 +376,7 @@ pub struct Config {
impl Config {
pub fn new(mut args: Value) -> Result<Self> {
// Validate that the models specfied are there so we can unwrap
// Validate that the models specified are there so we can unwrap
let configuration_args = args
.as_object_mut()
.context("Server configuration must be a JSON object")?