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