Skip to content

Commit

Permalink
fix: email alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanx authored Jun 21, 2023
1 parent 86c0394 commit ad30f82
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 ad30f82

Please sign in to comment.