fix: sentry 4459819517
This commit is contained in:
parent
acd78ae196
commit
e4a51cc116
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user