diff options
author | Birk Skyum <74932975+birkskyum@users.noreply.github.com> | 2024-08-08 12:20:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 15:50:16 +0530 |
commit | 733162a83eb0808d593ceadbf15bb3490cc1aa15 (patch) | |
tree | 1f54691d8b6606602d1dceaec85d977fd6569e5b /cli/main.rs | |
parent | 6fce23c54ec619168eee096fc7bf801d0cec0cb6 (diff) |
fix(node/crypto): Assign publicKey and privateKey with let instead of const (#24943)
Because public/private key are reassigned, they should be `let` instead
of `const`.
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'cli/main.rs')
0 files changed, 0 insertions, 0 deletions