Skip to content

Commit

Permalink
removed workaround, the refresh service works with the following form…
Browse files Browse the repository at this point in the history
…ats:

* urn:uuid:123-123
* 123-123
* https:///..../123-123
  • Loading branch information
emuroni committed Sep 4, 2024
1 parent 7071078 commit da93738
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 da93738

Please sign in to comment.