fix typo
This commit is contained in:
parent
208314c91b
commit
0f8933e259
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ fn create_new_server_config(
|
|||
Some(length) => Some(
|
||||
length
|
||||
.as_str()
|
||||
.ok_or(Error::InvalidConfig("cuid.fingerpring"))?
|
||||
.ok_or(Error::InvalidConfig("cuid.fingerprint"))?
|
||||
.to_string(),
|
||||
),
|
||||
None => None,
|
||||
|
|
Loading…
Reference in a new issue