diff --git a/src/telegram/fetch.ts b/src/telegram/fetch.ts index dfad44601..6b3d6977f 100644 --- a/src/telegram/fetch.ts +++ b/src/telegram/fetch.ts @@ -1,4 +1,4 @@ -// BAN compatibility: force native fetch under Bun; keep grammY defaults on Node. +// Bun compatibility: force native fetch under Bun; keep grammY defaults on Node. export function resolveTelegramFetch( proxyFetch?: typeof fetch, ): typeof fetch | undefined {