Skip to content

Commit

Permalink
remove reduntant type
Browse files Browse the repository at this point in the history
  • Loading branch information
simeon.pe committed Dec 2, 2022
1 parent d9c05f7 commit 330e4e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions kibana/resource_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ func readDashboardReferencesFromInterface(val interface{}) []*kibana.DashboardRe
dashboardRef.Type = kibana.DashboardReferencesTypeTag
case kibana.DashboardReferencesTypeLens.String():
dashboardRef.Type = kibana.DashboardReferencesTypeLens
case kibana.DashboardReferencesTypeVisualization.String():
dashboardRef.Type = kibana.DashboardReferencesTypeVisualization
case kibana.DashboardReferencesTypeDashboard.String():
dashboadRef.Type = kibana.DashboardReferencesTypeDashboard
}
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/ewilde/go-kibana/dashboard.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 330e4e6

Please sign in to comment.