Skip to content

Commit

Permalink
Update digitalidentity/service.go
Browse files Browse the repository at this point in the history
Co-authored-by: Klaidas Urbanavicius <[email protected]>
  • Loading branch information
mehmet-yoti and klaidas authored Nov 23, 2023
1 parent 75502ef commit b7d7b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalidentity/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func GetShareReceipt(httpClient requests.HttpClient, receiptId string, clientSdk
applicationProfile := newApplicationProfile(attrData)
extraDataValue, err := extra.NewExtraData(aextra)
if err != nil {
return receipt, err
return receipt, fmt.Errorf("failed to build application extra data: %v", err)
}


Expand Down

0 comments on commit b7d7b23

Please sign in to comment.