mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ 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…
Reference in a new issue