mirror of https://github.com/statping/statping
Remove unnecessary notification counter increment
parent
4049e84f5f
commit
a8a2ef85b7
|
@ -80,7 +80,6 @@ func sendFailure(s *Service, f *failures.Failure) {
|
|||
}
|
||||
|
||||
s.prevOnline = false
|
||||
s.notifyAfterCount++
|
||||
}
|
||||
|
||||
func logMessage(method string, msg string, error error, onSuccesss bool, serviceId int64) {
|
||||
|
|
Loading…
Reference in New Issue