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
a7abcc7b7a
commit
719ba257d3
2 changed files with 4 additions and 5 deletions
|
@ -239,7 +239,6 @@ class EntryRestController extends WallabagRestController
|
|||
|
||||
// handle multiple urls
|
||||
if (!empty($urls)) {
|
||||
$results = [];
|
||||
foreach ($urls as $key => $url) {
|
||||
$entry = $this->get('wallabag_core.entry_repository')->findByUrlAndUserId(
|
||||
$url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue