We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b181443 commit c515388Copy full SHA for c515388
data-service/job/freshness_check_job.go
@@ -92,12 +92,10 @@ func (job *FreshnessCheckJob) Run() {
92
},
93
}
94
95
- if job.Config.AlertService.Emailer.AlertType.NoData {
96
- errAlert := job.AlertSvcClient.ThrowNewAlert(alert)
97
- if errAlert != nil {
98
- job.Log.Error(errAlert)
99
- continue
100
- }
+ errAlert := job.AlertSvcClient.ThrowNewAlert(alert)
+ if errAlert != nil {
+ job.Log.Error(errAlert)
+ continue
101
102
103
0 commit comments