v1.0.0 beta 13

This commit is contained in:
2026-03-12 14:15:42 +03:00
parent b1b0cbdfbd
commit 0574222608
7 changed files with 17 additions and 19 deletions

View File

@@ -224,7 +224,6 @@ func (r TelegramRequest[R, P]) doRequest(ctx context.Context, api *API) (R, erro
}
api.logger.Debugln("REQ", url, string(data))
resp, err := api.client.Do(req)
if err != nil {
return zero, fmt.Errorf("HTTP request failed: %w", err)