mirror of
https://github.com/zhigang1992/telert.git
synced 2026-01-12 08:24:41 +08:00
fix: typo
This commit is contained in:
@@ -76,7 +76,7 @@ async function processUpdate(update: Update): Promise<void> {
|
||||
await TG_GROUPS.put(`webhook-chat:${result}`, chatId.toString());
|
||||
webhookUrl = `${WEBHOOK_PREFIX}/t/${result}`;
|
||||
}
|
||||
await sendToChat(chatId, `<a href="${webhookUrl}>${webhookUrl}</a>
|
||||
await sendToChat(chatId, `<a href="${webhookUrl}">${webhookUrl}</a>
|
||||
|
||||
<code>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user