Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
---
main.go:32:8: const `timeoutsecond` is unused (unused)
  • Loading branch information
chaspy committed Jan 24, 2021
1 parent 2714489 commit 2637a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ func run() error {
RequestedReviewers []*github.User
}

const timeoutsecond = 10

apikey, appkey, err := readDatadogConfig()
if err != nil {
return fmt.Errorf("failed to read Datadog Config: %w", err)
Expand Down

0 comments on commit 2637a9e

Please sign in to comment.