Skip to content

Commit

Permalink
minor fix: func-test: refelct correct status on console (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Bhagavath <[email protected]>
  • Loading branch information
adi-a11y authored Oct 3, 2024
1 parent 202c4bd commit 83bf1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/func-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ async function main() {
keyType: delegateTwoKeys.authentication.type,
})
)
console.log(`✅ Statement revoked!`)
console.log(`✅ Statement restored!`)

console.log(`\n❄️ Statement Re-verification `)
const reReVerificationResult = await Cord.Statement.verifyAgainstProperties(
Expand Down

0 comments on commit 83bf1be

Please sign in to comment.