Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Aug 15, 2023
1 parent dee1e57 commit 0ac0393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transport/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/pkg/errors"
)

// SendAuthRequest sends an authorization request to the user.
func SendAuthRequest(
ctx context.Context,
diddoc verifiable.DIDDocument,
Expand All @@ -27,6 +28,7 @@ func SendAuthRequest(
)
}

// SendContractInvokeRequest sends a contract invoke request to the user.
func SendContractInvokeRequest(
ctx context.Context,
diddoc verifiable.DIDDocument,
Expand Down

0 comments on commit 0ac0393

Please sign in to comment.