Skip to content

Commit a97757b

Browse files
committed
fix/revert: remove Alert type hint for alert notification.
1 parent 1f9b973 commit a97757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/email/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func SendEventNotificationEmail(ui model.UserNotifInfo, notif model.EventNotif)
201201

202202
var type_hint string
203203
if ui.Reason == model.ReasonIsAlert {
204-
type_hint = "[Alert]"
204+
type_hint = ""
205205
}
206206

207207
// Redirect Url

0 commit comments

Comments
 (0)