Skip to content

Commit

Permalink
Revert "update comp filter"
Browse files Browse the repository at this point in the history
  • Loading branch information
MUzairS15 authored Nov 26, 2023
1 parent 680a6d2 commit d77bbeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/meshmodel/core/v1alpha1/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ func GetMeshModelComponents(db *database.Handler, f ComponentFilter) (c []Compon

if f.ReturnAnnotations {
finder = finder.Where("component_definition_dbs.metadata->>'isAnnotation' = true")
} else {
finder = finder.Where("component_definition_dbs.metadata->>'isAnnotation' = false")
}

if f.APIVersion != "" {
Expand Down

0 comments on commit d77bbeb

Please sign in to comment.