chore(telegram): fix bun comment

This commit is contained in:
Peter Steinberger 2026-01-08 08:11:11 +01:00
parent 32e2616c1a
commit 40a79ed4bd

View File

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