fix: sentry 4459819517
This commit is contained in:
@@ -32,7 +32,7 @@ class TelegramChannel
|
||||
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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user