Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
Signed-off-by: gotjosh <[email protected]>
  • Loading branch information
gotjosh committed Oct 12, 2023
1 parent 59fec58 commit adccf50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,6 @@ func (tms TimeMuteStage) Exec(ctx context.Context, l log.Logger, alerts ...*type

type TimeActiveStage timeStage

// func NewTimeActiveStage(ti map[string][]timeinterval.TimeInterval) *TimeActiveStage {
func NewTimeActiveStage(m types.TimeMuter) *TimeActiveStage {
return &TimeActiveStage{m}
}
Expand Down

0 comments on commit adccf50

Please sign in to comment.