Skip to content

Commit

Permalink
Merge pull request #432 from 0xPolygonID/chore/remove-refresh-service…
Browse files Browse the repository at this point in the history
…-workaround

removed refresh service workaround
  • Loading branch information
Emanuel Muroni authored Sep 4, 2024
2 parents 7071078 + da93738 commit 8f1e5ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RefreshCredentialUseCase
type: "https://iden3-communication.io/credentials/1.0/refresh",
thid: id,
body: CredentialRefreshBodyRequest(
param.credential.id.replaceAll("urn:uuid:", ""),
param.credential.id,
"expired",
),
from: param.credential.did,
Expand Down

0 comments on commit 8f1e5ab

Please sign in to comment.