Chore: Fix linting error in release branch [10.4.17] (#101091)

balm0mma/ run goimports -w pkg/services/dashboards/service/dashboard_service.go
This commit is contained in:
Jev Forsberg
2025-02-20 11:44:03 -07:00
committed by GitHub
parent 291257175f
commit 272405d0ca
@@ -118,7 +118,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 {