v1.0.0 beta 13
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user