There was an error while loading. Please reload this page.
1 parent baa826f commit b09d864Copy full SHA for b09d864
lib/internal/crypto/webcrypto.js
@@ -557,7 +557,7 @@ async function unwrapKey(
557
extractable,
558
keyUsages) {
559
wrappedKey = getArrayBufferOrView(wrappedKey, 'wrappedKey');
560
- unwrapAlgo = normalizeAlgorithm(unwrapAlgo)
+ unwrapAlgo = normalizeAlgorithm(unwrapAlgo);
561
let keyData = await cipherOrWrap(
562
kWebCryptoCipherDecrypt,
563
unwrapAlgo,
0 commit comments