Skip to content

Commit

Permalink
[PepperBridgeAbstract, DealabsBridge, HotUKDealsBridge, MydealsBridge…
Browse files Browse the repository at this point in the history
…] Streamlining Group Management

Fix wrong comment
  • Loading branch information
sysadminstory committed Nov 19, 2024
1 parent bdaa7b1 commit 2fc4955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridges/PepperBridgeAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected function collectDeals($url)
$noresult = $html->find('div[id=content-list]', 0)->find('h2', 0);
if ($noresult !== null) {
$this->items = [];
// Save the value in the cache for the next 15 days
} else {
foreach ($list as $deal) {
// Get the JSON Data stored as vue
Expand Down

0 comments on commit 2fc4955

Please sign in to comment.