fix: sentry 4459819517
This commit is contained in:
parent
acd78ae196
commit
e4a51cc116
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public function send($notifiable, $notification): void
|
|||
break;
|
||||
}
|
||||
if (!$telegramToken || !$chatId || !$message) {
|
||||
throw new \Exception('Telegram token, chat id and message are required');
|
||||
return;
|
||||
}
|
||||
dispatch(new SendMessageToTelegramJob($message, $buttons, $telegramToken, $chatId, $topicId));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue