Skip to content

Commit

Permalink
Merge pull request #443 from 0xPolygonID/fix/credential_cache
Browse files Browse the repository at this point in the history
Fixed credential caching.
  • Loading branch information
5eeman authored Oct 3, 2024
2 parents 761bcfe + 55896a8 commit 80d9635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CacheCredentialUseCase

String credential = jsonEncode(
{
"verifiableCredentials": param.credential.toJson(),
"verifiableCredentials": param.credential.info,
},
);

Expand Down

0 comments on commit 80d9635

Please sign in to comment.