Skip to content

Commit

Permalink
ngrok: WithContext request isn't necessary now
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke1 committed Feb 23, 2021
1 parent 41ee4b0 commit b2c225b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngrok.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit b2c225b

Please sign in to comment.