Skip to content

Commit

Permalink
fix:key id for jwt and sdjwt test
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Oct 30, 2024
1 parent ac14ed9 commit 90f8d84
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1170,8 +1170,6 @@ class CredentialServiceImpl(
statusListRegistryUrl: String,
): ZIO[WalletAccessContext, RecordNotFound | CredentialRequestValidationFailed, IssueCredentialRecord] = {
for {
_ <- ZIO.log(s"!!! *****generateJWTCredential*****JWT********** Handling recordId via Kafka queue $recordId")

record <- getRecordWithState(recordId, ProtocolState.CredentialPending)
issuingDID <- ZIO
.fromOption(record.issuingDID)
Expand Down

0 comments on commit 90f8d84

Please sign in to comment.