From 62ba1a45f0e823ce0274a6ebf5840ed252fa3b61 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Tue, 16 Dec 2025 13:13:24 +0100 Subject: [PATCH] Post selenium conversion cleaning --- .../EldoradoRobuxPriceSentry/EldoradoRobuxPriceNotification.php | 1 - ...shSeleniumStandaloneUcImage.sh => pushSeleniumNodeUcImage.sh} | 0 2 files changed, 1 deletion(-) rename undetectedChromedriver/{pushSeleniumStandaloneUcImage.sh => pushSeleniumNodeUcImage.sh} (100%) diff --git a/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceNotification.php b/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceNotification.php index 7fd2bc8..6cf7d8b 100644 --- a/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceNotification.php +++ b/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceNotification.php @@ -18,7 +18,6 @@ class EldoradoRobuxPriceNotification extends Notification { $this->price = $price; $this->threshold = $threshold; - dump($this->threshold); $this->link = $link; $this->setBody($this->generateBody()); diff --git a/undetectedChromedriver/pushSeleniumStandaloneUcImage.sh b/undetectedChromedriver/pushSeleniumNodeUcImage.sh similarity index 100% rename from undetectedChromedriver/pushSeleniumStandaloneUcImage.sh rename to undetectedChromedriver/pushSeleniumNodeUcImage.sh