mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
rename GetNotificationStateQuery to GetOrCreateNotificationStateQuery
This commit is contained in:
@@ -177,7 +177,7 @@ func (n *notificationService) getNeededNotifiers(orgId int64, notificationIds []
|
||||
continue
|
||||
}
|
||||
|
||||
query := &m.GetNotificationStateQuery{
|
||||
query := &m.GetOrCreateNotificationStateQuery{
|
||||
NotifierId: notification.Id,
|
||||
AlertId: evalContext.Rule.Id,
|
||||
OrgId: evalContext.Rule.OrgId,
|
||||
|
Reference in New Issue
Block a user