Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushdatazip committed Mar 18, 2023
1 parent 6c0278c commit 02a52f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const (

var standardNotifier *Notifier

var ExceptionURLS = []string{}

type Notifier struct {
slackClient *slack.Client
config *Config
Expand Down
2 changes: 2 additions & 0 deletions middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"github.com/sirupsen/logrus"
)

var ExceptionURLS = []string{}

type customResponseWriter struct {
http.ResponseWriter
statusCode int
Expand Down

0 comments on commit 02a52f4

Please sign in to comment.