From 0849a1fd4277b3fa396edb0d7bc9ed907a2890cd Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Fri, 24 Oct 2025 08:27:38 +0200 Subject: [PATCH] CHanged Eldorado Robux Price Sentry Job artifact message --- .../EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php b/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php index 3ec2b3d..01a75b3 100644 --- a/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php +++ b/app/Browser/Jobs/EldoradoRobuxPriceSentry/EldoradoRobuxPriceSentryJob.php @@ -101,7 +101,7 @@ class EldoradoRobuxPriceSentryJob extends BrowserJob implements ShouldBeUniqueUn Log::info("EldoradoRobuxPriceSentryJob: lowest price = $lowestPrice €, threshold = $threshold €"); $this->jobRun->addArtifact(new JobArtifact([ "name" => "Trouvé le prix le plus bas", - "content" => "- Prix le plus bas : $lowestPrice €/Robux\n- Seuil défini : $threshold €/Robux" + "content" => "Prix le plus bas : $lowestPrice €/Robux - Seuil défini : $threshold €/Robux" ])); if ($lowestPrice <= $threshold) {