mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-23 01:56:20 +00:00
Fix a typo in the signature module
Thanks fdb-hiroshima for noticing it
This commit is contained in:
parent
1a2cf3b14f
commit
cb0b8297fa
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ impl Signable for serde_json::Value {
|
||||||
|
|
||||||
let signature = base64::encode(&creator.sign(to_be_signed));
|
let signature = base64::encode(&creator.sign(to_be_signed));
|
||||||
|
|
||||||
options["signaureValue"] = serde_json::Value::String(signature);
|
options["signatureValue"] = serde_json::Value::String(signature);
|
||||||
self["signature"] = options;
|
self["signature"] = options;
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue