mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Fix tests
This commit is contained in:
parent
80299ed282
commit
dcbebc17aa
2 changed files with 13 additions and 15 deletions
|
@ -459,7 +459,6 @@ class EntryRestController extends WallabagRestController
|
|||
|
||||
// handle multiple urls
|
||||
if (!empty($list)) {
|
||||
$results = [];
|
||||
foreach ($list as $key => $element) {
|
||||
$entry = $this->get('wallabag_core.entry_repository')->findByUrlAndUserId(
|
||||
$element->url,
|
||||
|
@ -517,7 +516,6 @@ class EntryRestController extends WallabagRestController
|
|||
|
||||
// handle multiple urls
|
||||
if (!empty($list)) {
|
||||
$results = [];
|
||||
foreach ($list as $key => $element) {
|
||||
$entry = $this->get('wallabag_core.entry_repository')->findByUrlAndUserId(
|
||||
$element->url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue