We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f72d92 commit 06d0479Copy full SHA for 06d0479
crates/openfang-channels/src/line.rs
@@ -108,7 +108,7 @@ impl LineAdapter {
108
diff |= a ^ b;
109
}
110
if diff != 0 {
111
- let computed = base64::engine::general_purpose::STANDARD.encode(&result);
+ let computed = base64::engine::general_purpose::STANDARD.encode(result);
112
// Log first/last 4 chars of each signature for debugging without leaking full HMAC
113
let comp_redacted = format!(
114
"{}...{}",
0 commit comments