remove todo comments

This commit is contained in:
Henry Dollman
2024-11-29 17:16:40 -05:00
parent 617a03fc15
commit 6e08507dde
5 changed files with 6 additions and 7 deletions

View File

@@ -511,7 +511,6 @@ func sliceContains(slice []string, item string) bool {
return false
}
// todo: test
func (am *AlertManager) SendTestNotification(e *core.RequestEvent) error {
info, _ := e.RequestInfo()
if info.Auth == nil {