Fix eldorado prices
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Browser\Jobs\EldoradoRobuxPriceSentry;
|
||||
|
||||
use App\Browser\Jobs\HellcaseBattles\EldoradoRobuxPriceNotificationBody;
|
||||
use App\Models\Job;
|
||||
use App\Notification\Notification;
|
||||
use App\Notification\Stringifiable;
|
||||
@@ -18,7 +17,7 @@ class EldoradoRobuxPriceNotification extends Notification {
|
||||
parent::__construct($jobId);
|
||||
|
||||
$this->price = $price;
|
||||
$this->threshold = Job::find($jobId)->jobInfosTable()->get('eldorado_robux_price_threshold');
|
||||
$this->threshold = floatval(Job::find($jobId)->jobInfosTable()->get('eldorado_robux_price_threshold'));
|
||||
$this->link = $link;
|
||||
|
||||
$this->setBody($this->generateBody());
|
||||
|
||||
Reference in New Issue
Block a user