Skip to content

Commit

Permalink
Update internal/cli/logs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
chrisscott and Widcket authored Mar 12, 2021
1 parent 65c3f3e commit da3e724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"gopkg.in/auth0.v5/management"
)

func getLatestLogs(cli *cli, n int, ClientID string) ([]*management.Log, error) {
func getLatestLogs(cli *cli, n int, clientID string) ([]*management.Log, error) {
page := 0
perPage := n

Expand Down

0 comments on commit da3e724

Please sign in to comment.