diff --git a/ngrok.go b/ngrok.go index 0a61b44..6514802 100644 --- a/ngrok.go +++ b/ngrok.go @@ -169,6 +169,5 @@ func (c *Client) MakeRequest(ctx context.Context, method string, pathPart string if err != nil { return err } - req = req.WithContext(ctx) return c.Do(req, &v) }