feat: rename lists to projects
This commit is contained in:
@ -29,7 +29,7 @@ type FavoriteKind int
|
||||
const (
|
||||
FavoriteKindUnknown FavoriteKind = iota
|
||||
FavoriteKindTask
|
||||
FavoriteKindList
|
||||
FavoriteKindProject
|
||||
)
|
||||
|
||||
// Favorite represents an entity which is a favorite to someone
|
||||
|
Reference in New Issue
Block a user