From 1a6eaaf6c93d9315975964a1729e474dfce6a5fa Mon Sep 17 00:00:00 2001 From: vinay-newrelic Date: Thu, 31 Oct 2024 19:34:18 +0530 Subject: [PATCH] fix(goreleaser) : added comment (#1248) --- pkg/dashboards/dashboards_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dashboards/dashboards_types.go b/pkg/dashboards/dashboards_types.go index e1a9271f..a4238c2e 100644 --- a/pkg/dashboards/dashboards_types.go +++ b/pkg/dashboards/dashboards_types.go @@ -320,7 +320,7 @@ type RawConfiguration struct { DataFormat []*DashboardWidgetDataFormat `json:"dataFormatters,omitempty"` } -// RawConfigurationPlatformOptions represents the platform widget options +// RawConfigurationPlatformOptions represents platform widget options type RawConfigurationPlatformOptions struct { IgnoreTimeRange bool `json:"ignoreTimeRange,omitempty"` }