From 8540f94d4be47f65533ecd411c243ce4fc11935c Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sat, 12 Sep 2026 03:06:01 +0000 Subject: [PATCH] docs: fix Telegram rate-limit comment grammar --- apps/api/src/handlers/telegram/webhook-gate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/handlers/telegram/webhook-gate.ts b/apps/api/src/handlers/telegram/webhook-gate.ts index 3913405431..b4ff115967 100644 --- a/apps/api/src/handlers/telegram/webhook-gate.ts +++ b/apps/api/src/handlers/telegram/webhook-gate.ts @@ -107,7 +107,7 @@ const TELEGRAM_LINK_NUDGE_CHAT_TTL_SECONDS = 15 * 60; * Rate-limits the group "link your account" nudge so it cannot be used to * make the bot spam: at most one nudge per sender per chat every 6 hours, * and at most one nudge per chat every 15 minutes regardless of sender. - * Fails quiet — if Redis is unavailable, no nudge is sent. + * Fails quietly — if Redis is unavailable, no nudge is sent. */ export async function claimTelegramLinkNudge(input: { chatId: string;