Chore: Fix linting error in release branch [11.4.3] (#101093)

balm0mma/ run goimports -w pkg/services/dashboards/service/dashboard_service.go
This commit is contained in:
Jev Forsberg
2025-02-20 12:51:07 -07:00
committed by GitHub
parent 5e81bb456e
commit 24b72cc7b3
@@ -124,7 +124,7 @@ func (dr *DashboardServiceImpl) BuildSaveDashboardCommand(ctx context.Context, d
if len(dash.Title) > 5000 {
return nil, dashboards.ErrDashboardTitleTooLong
}
metrics.MFolderIDsServiceCount.WithLabelValues(metrics.Dashboard).Inc()
// nolint:staticcheck
if dash.IsFolder && dash.FolderID > 0 {