Alerting: do not check for folder in file provisioning (#84822)

provide nil folder service in file provisioning
This commit is contained in:
Yuri Tseretyan
2024-03-20 10:39:03 -04:00
committed by GitHub
parent 18eac9df9e
commit 04c9f459ec
2 changed files with 3 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ func (ps *ProvisioningServiceImpl) ProvisionAlerting(ctx context.Context) error
ruleService := provisioning.NewAlertRuleService(
st,
st,
ps.folderService,
nil,
ps.dashboardService,
ps.quotaService,
ps.SQLStore,