Skip to content

Commit 9cd3290

Browse files
committed
Fix lint issue.
1 parent 4019c7f commit 9cd3290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function main({credential, documentLoader}) {
5757
const ecdsaKeyPair = await EcdsaMultikey.generate({curve: 'P-256'});
5858

5959
const {
60-
didDocument, keyPairs, methodFor
60+
didDocument/*, keyPairs, methodFor*/
6161
} = await didKeyDriverMultikey.fromKeyPair({
6262
verificationKeyPair: ecdsaKeyPair
6363
});

0 commit comments

Comments
 (0)