Skip to content

Commit

Permalink
Merge pull request #1293 from dandanx/fix/email-alert
Browse files Browse the repository at this point in the history
fix: email alert
  • Loading branch information
fiftin authored Jun 27, 2023
2 parents 86c0394 + ad30f82 commit ff55a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tasks/alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (t *TaskRunner) sendMailAlert() {
userObj, err := t.pool.store.GetUser(user)

if !userObj.Alert {
return
continue
}
t.panicOnError(err, "Can't find user Email!")

Expand Down

0 comments on commit ff55a78

Please sign in to comment.