Update logic
This commit is contained in:
@@ -86,7 +86,7 @@ class BotService
|
|||||||
|
|
||||||
private function isPackageNotificationSentToday(): bool
|
private function isPackageNotificationSentToday(): bool
|
||||||
{
|
{
|
||||||
return $this->getNotificationLog() !== date('Y-m-d');
|
return $this->getNotificationLog() === date('Y-m-d');
|
||||||
}
|
}
|
||||||
|
|
||||||
private function isDebugEnabled(): bool
|
private function isDebugEnabled(): bool
|
||||||
|
|||||||
Reference in New Issue
Block a user