diff --git a/src/BotService.php b/src/BotService.php index 083dd38..e3a8c65 100644 --- a/src/BotService.php +++ b/src/BotService.php @@ -86,7 +86,7 @@ class BotService private function isPackageNotificationSentToday(): bool { - return $this->getNotificationLog() !== date('Y-m-d'); + return $this->getNotificationLog() === date('Y-m-d'); } private function isDebugEnabled(): bool