Skip to content

Commit

Permalink
fix: return user apps invisible field while false (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah authored Jan 8, 2025
1 parent 24c5d8f commit 13e153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app_service/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Entrance struct {
Title string `json:"title"`
URL string `json:"url"`
Icon string `json:"icon"`
Invisible bool `json:"invisible,omitempty"`
Invisible bool `json:"invisible"`
AuthLevel string `json:"authLevel"`
OpenMethod string `json:"openMethod"`

Expand Down

0 comments on commit 13e153c

Please sign in to comment.