This commit is contained in:
naskya 2024-06-20 23:51:07 +09:00
parent 208314c91b
commit 0f8933e259
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -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,