Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Nuss <christian.nuss@gmail.com>
  • Loading branch information
cnuss committed Apr 26, 2022
1 parent 322d4e6 commit e03e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aries-agent-rest/startcmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ func startAgent(parameters *AgentParameters) error {

router, err := parameters.NewRouter()
if err != nil {
return fmt.Errorf("failed to start aries agent rest on port [%s], unable to create router: %w", parameters.host, err)
return err
}

// start server on given port and serve using given handlers
Expand Down

0 comments on commit e03e60c

Please sign in to comment.