Skip to content

Commit

Permalink
chore: remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
mastro993 committed Nov 19, 2024
1 parent db5c11a commit c895a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credential/trustmark/get-credential-trustmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const getCredentialTrustmark: GetCredentialTrustmarkJwt = async ({
* Check that the public key used to sign the trustmark is the one used for the WIA
*/
const holderBindingKey = await wiaCryptoContext.getPublicKey();
const decodedWia = await WalletInstanceAttestation.decode(
const decodedWia = WalletInstanceAttestation.decode(
walletInstanceAttestation
);

Expand Down

0 comments on commit c895a0e

Please sign in to comment.