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) {