Skip to content

Commit

Permalink
feat(dashboards): removed variable in struct
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-newrelic committed Oct 23, 2024
1 parent 99f73bb commit 7ff3e7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/dashboards/dashboards_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ type RawConfiguration struct {
// RawConfigurationPlatformOptions represents the platform widget options
type RawConfigurationPlatformOptions struct {
IgnoreTimeRange bool `json:"ignoreTimeRange,omitempty"`
Excluded bool `json:"excluded,omitempty"`
}

type DashboardWidgetLegend struct {
Expand Down

0 comments on commit 7ff3e7f

Please sign in to comment.