Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 26, 2023
1 parent 44f0fa4 commit 3c986de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH := .bin:${PATH}
export PWD := $(shell pwd)
export IMAGE_TAG := $(if $(IMAGE_TAG),$(IMAGE_TAG),latest)

GOLANGCI_LINT_VERSION = 1.53.2
GOLANGCI_LINT_VERSION = 1.53.3

GO_DEPENDENCIES = github.com/ory/go-acc \
github.com/golang/mock/mockgen \
Expand Down
1 change: 1 addition & 0 deletions cmd/cmd_list_clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func NewListClientsCmd() *cobra.Command {
return err
}

// nolint:bodyclose
list, resp, err := m.OAuth2Api.ListOAuth2Clients(cmd.Context()).PageSize(int64(pageSize)).PageToken(pageToken).Execute()
if err != nil {
return cmdx.PrintOpenAPIError(cmd, err)
Expand Down

0 comments on commit 3c986de

Please sign in to comment.