Skip to content

Commit

Permalink
Fix the issue of not showing the ops edge
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 committed Feb 2, 2024
1 parent a9d1702 commit d310338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,5 @@ type EdgeLabel string
func (e EdgeLabel) Direct() bool {
return e == EdgeLabelOffshoot ||
e == EdgeLabelView ||
e == EdgeLabelOps ||
e == EdgeLabelRecommendedFor
}

0 comments on commit d310338

Please sign in to comment.