mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: rename Id to ID in alert notification models (#62868)
This commit is contained in:
@@ -222,8 +222,8 @@ func translateNotificationIDToUID(ctx context.Context, store AlertStore, id int6
|
||||
|
||||
func getAlertNotificationUIDByIDAndOrgID(ctx context.Context, store AlertStore, notificationID int64, orgID int64) (string, error) {
|
||||
query := &models.GetAlertNotificationUidQuery{
|
||||
OrgId: orgID,
|
||||
Id: notificationID,
|
||||
OrgID: orgID,
|
||||
ID: notificationID,
|
||||
}
|
||||
|
||||
uid, err := store.GetAlertNotificationUidWithId(ctx, query)
|
||||
|
||||
Reference in New Issue
Block a user