Post selenium conversion cleaning
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 2m3s
Test, build and push image to registry / build-image (push) Successful in 2m56s

This commit is contained in:
2025-12-16 13:13:24 +01:00
parent 2a7330bd08
commit 62ba1a45f0
2 changed files with 0 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ class EldoradoRobuxPriceNotification extends Notification {
$this->price = $price; $this->price = $price;
$this->threshold = $threshold; $this->threshold = $threshold;
dump($this->threshold);
$this->link = $link; $this->link = $link;
$this->setBody($this->generateBody()); $this->setBody($this->generateBody());