Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
remove lastmodified and etag from api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Nov 7, 2014
1 parent c91a329 commit 99b3850
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions db/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ public function toAPI() {
'added',
'folderId',
'unreadCount',
'lastModified',
'etag',
'link'
]);
}
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/db/FeedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public function testToAPI() {
'added' => 123,
'folderId' => 1,
'unreadCount' => 321,
'lastModified' => 44,
'etag' => 45,
'link' => 'https://www.google.com/some/weird/path'
], $feed->toAPI());
}
Expand Down

0 comments on commit 99b3850

Please sign in to comment.