Alerting: Pass in receiver service to API struct (#81978)

This commit is contained in:
William Wernert 2024-02-06 09:49:47 -05:00 committed by GitHub
parent 0015a31b79
commit 2ea82af6e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ func (ng *AlertNG) init() error {
StateManager: ng.stateManager,
AccessControl: ng.accesscontrol,
Policies: policyService,
ReceiverService: receiverService,
ContactPointService: contactPointService,
Templates: templateService,
MuteTimings: muteTimingService,