mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Remove unused Feed.Entries from API client
This commit is contained in:
parent
6ebb29cd22
commit
86e71c48f5
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ type Feed struct {
|
||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
Category *Category `json:"category,omitempty"`
|
Category *Category `json:"category,omitempty"`
|
||||||
Entries Entries `json:"entries,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// FeedModification represents changes for a feed.
|
// FeedModification represents changes for a feed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue