Skip to content

Commit 539acb3

Browse files
committed
Merge branches 'updates-deps' and 'fix-referenceerror'
2 parents c0a4a1c + f87a6a0 commit 539acb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/EcdsaSecp256k1RecoveryMethod2020.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict';
12
const base64url = require("base64url");
23
const ES256KR = require("./ES256K-R");
34

@@ -170,7 +171,7 @@ function joseSignerFactory(vm) {
170171
* @returns {{verify: Function}} An async verifier specific
171172
* to the key passed in.
172173
*/
173-
joseVerifierFactory = (vm) => {
174+
const joseVerifierFactory = (vm) => {
174175
if (
175176
vm.publicKeyJwk === undefined &&
176177
vm.publicKeyHex === undefined &&

0 commit comments

Comments
 (0)