fix: correct misspelling flagged by linter

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dj-oyu 2026-03-19 20:14:39 +09:00
parent 4a30614cd0
commit b0e737e983

View file

@ -28,7 +28,7 @@ import (
// telegramHTTPTimeout is the HTTP client timeout for Telegram API requests. // telegramHTTPTimeout is the HTTP client timeout for Telegram API requests.
// Long polling uses Timeout=30s on the API side; the HTTP client timeout // Long polling uses Timeout=30s on the API side; the HTTP client timeout
// must be longer to avoid cancelling valid long-poll responses. // must be longer to avoid canceling valid long-poll responses.
const telegramHTTPTimeout = 65 * time.Second const telegramHTTPTimeout = 65 * time.Second
type TelegramChannel struct { type TelegramChannel struct {