Skip to content

Commit

Permalink
Invitation generated no processing is required
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Nov 5, 2024
1 parent 1c7c38e commit 8abdaf1
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,33 @@ object IssueBackgroundJobs extends BackgroundJobsHelper {
val exchange = for {
_ <- ZIO.logDebug(s"Running action with records => $record")
_ <- record match {
case IssueCredentialRecord(
id,
_,
_,
_,
_,
_,
_,
_,
_,
Role.Issuer,
_,
_,
_,
_,
InvitationGenerated,
Some(offer),
_,
_,
_,
_,
_,
_,
_,
_,
) =>
ZIO.debug(s" Connectionless InvitationGenerated record received no processing required") *> ZIO.unit
// Offer should be sent from Issuer to Holder
case IssueCredentialRecord(
id,
Expand Down

0 comments on commit 8abdaf1

Please sign in to comment.