Update logic

This commit is contained in:
Krzysztof Płaczek
2025-04-15 10:31:49 +02:00
parent 8d23c68812
commit 0522f812f8

View File

@@ -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