diff options
-rw-r--r-- | client/core.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/core.go b/client/core.go index 98f7779..2958ce0 100644 --- a/client/core.go +++ b/client/core.go @@ -95,7 +95,6 @@ type Feed struct { Username string `json:"username"` Password string `json:"password"` Category *Category `json:"category,omitempty"` - Entries Entries `json:"entries,omitempty"` } // FeedModification represents changes for a feed. |