fix: typo

This commit is contained in:
Kyle Fang
2023-05-01 14:36:46 +08:00
parent 7b9b902f72
commit 3e9e0eb9dd

View File

@@ -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>
{