Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOrchard committed Sep 11, 2024
1 parent d4e0068 commit e256b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/capabilities/gateway_connector/service_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func (e *ServiceWrapper) Start(ctx context.Context) error {
})
}

func (h *ServiceWrapper) Sign(data ...[]byte) ([]byte, error) {
return gwcommon.SignData(h.signerKey, data...)
func (e *ServiceWrapper) Sign(data ...[]byte) ([]byte, error) {
return gwcommon.SignData(e.signerKey, data...)
}

func (e *ServiceWrapper) Close() error {
Expand Down

0 comments on commit e256b2f

Please sign in to comment.