Skip to content

Commit

Permalink
DCKM-385: network resolver for proof requests
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Apr 30, 2024
1 parent 7410032 commit 1c48eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/network-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function proofRequestResolver({
const isProofRequest =
document.type === 'proof-request' && document.qr;

if (document.type !== 'proof-request') {
if (!isProofRequest) {
return null;
}

Expand Down

0 comments on commit 1c48eab

Please sign in to comment.