Skip to content

Commit

Permalink
fix(credential): remove duplicate credential (#113)
Browse files Browse the repository at this point in the history
Refs: TEST-1997
Reviewed-By: Norbert Truchsess <[email protected]>
  • Loading branch information
Phil91 authored May 7, 2024
1 parent d962baf commit f2cc13d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ public async Task<Guid> CreateFrameworkCredential(CreateFrameworkCredentialReque
var schemaData = new FrameworkCredential(
Guid.NewGuid(),
Context,
new[] { "VerifiableCredential", $"{externalTypeId}Credential" },
$"{externalTypeId}Credential",
new[] { "VerifiableCredential", externalTypeId },
externalTypeId,
$"Framework Credential for UseCase {externalTypeId}",
DateTimeOffset.UtcNow,
result.Expiry,
Expand Down

0 comments on commit f2cc13d

Please sign in to comment.