Skip to content

Commit

Permalink
support any type labels in UpdateItem (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Jan 1, 2025
1 parent e4d5a50 commit bd2c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ type ItemPatch struct {
IsHidden *bool
Categories []string
Timestamp *time.Time
Labels []string
Labels any
Comment *string
}

0 comments on commit bd2c2ae

Please sign in to comment.