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(
|
Some(length) => Some(
|
||||||
length
|
length
|
||||||
.as_str()
|
.as_str()
|
||||||
.ok_or(Error::InvalidConfig("cuid.fingerpring"))?
|
.ok_or(Error::InvalidConfig("cuid.fingerprint"))?
|
||||||
.to_string(),
|
.to_string(),
|
||||||
),
|
),
|
||||||
None => None,
|
None => None,
|
||||||
|
|
Loading…
Reference in a new issue