mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Remove blank comment (#56889)
This commit is contained in:
parent
8e512de308
commit
2f85172718
@ -135,7 +135,6 @@ func (s *ScreenshotImageService) NewImage(ctx context.Context, r *models.AlertRu
|
|||||||
Timeout: screenshotTimeout,
|
Timeout: screenshotTimeout,
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
k := fmt.Sprintf("%s-%d-%s", opts.DashboardUID, opts.PanelID, opts.Theme)
|
k := fmt.Sprintf("%s-%d-%s", opts.DashboardUID, opts.PanelID, opts.Theme)
|
||||||
result, err, _ := s.singleflight.Do(k, func() (interface{}, error) {
|
result, err, _ := s.singleflight.Do(k, func() (interface{}, error) {
|
||||||
screenshot, err := s.limiter.Do(ctx, opts, s.screenshots.Take)
|
screenshot, err := s.limiter.Do(ctx, opts, s.screenshots.Take)
|
||||||
|
Loading…
Reference in New Issue
Block a user