Skip to content

Commit

Permalink
chore: fix typo (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: seorim yun <hhyjs2r@gmail.com>
  • Loading branch information
yunseorim1116 authored Jan 23, 2025
1 parent 15b41af commit 6223f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sd-jwt-example/generalJSON.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { createSignerVerifier, digest, generateSalt, ES256 } from './utils';
console.log('encodedSdjwt:', encodedSdjwt);

const generalJSON = GeneralJSON.fromEncode(encodedSdjwt);
console.log('flattenJSON(credential): ', generalJSON.toJson());
console.log('generalJSON(credential): ', generalJSON.toJson());

const presentedSdJwt = await sdjwt.present<typeof claims>(
encodedSdjwt,
Expand Down

0 comments on commit 6223f28

Please sign in to comment.