Chore: Fix linting error in release branch [11.3.5] (#101092)

balm0mma/ run goimports -w pkg/services/dashboards/service/dashboard_service.go
This commit is contained in:
Jev Forsberg
2025-02-20 11:51:49 -07:00
committed by GitHub
parent a635dd5240
commit c05dcecd2c
@@ -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 {